patch-2.3.51 linux/arch/ia64/kernel/setup.c
Next file: linux/arch/ia64/kernel/time.c
Previous file: linux/arch/ia64/kernel/semaphore.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Mar 10 15:24:02 2000
- Orig file:
v2.3.50/linux/arch/ia64/kernel/setup.c
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.50/linux/arch/ia64/kernel/setup.c linux/arch/ia64/kernel/setup.c
@@ -101,6 +101,7 @@
setup_arch (char **cmdline_p)
{
unsigned long max_pfn, bootmap_start, bootmap_size;
+ u64 progress;
/*
* The secondary bootstrap loader passes us the boot
@@ -167,6 +168,7 @@
conswitchp = &dummy_con;
# endif
#endif
+ paging_init();
platform_setup(cmdline_p);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)