mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
38e5972e45
commit
081b878bbd
@@ -32,7 +32,8 @@ void time_init(void)
|
||||
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
|
||||
unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]
|
||||
__attribute__((aligned(PAGE_SIZE)));
|
||||
|
||||
void lx_emul_setup_arch(void *dtb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user