diff options
Diffstat (limited to 'i386/i386at/model_dep.c')
-rw-r--r-- | i386/i386at/model_dep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index 1819526b..0fc99406 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -361,7 +361,7 @@ register_boot_data(const struct multiboot_raw_info *mbi) * Basic PC VM initialization. * Turns on paging and changes the kernel segments to use high linear addresses. */ -void +static void i386at_init(void) { /* XXX move to intel/pmap.h */ |