kernel-ark/arch/i386/kernel/acpi
Siddha, Suresh B f6c2e3330d [PATCH] x86_64: Unmap NULL during early bootup
We should zap the low mappings, as soon as possible, so that we can catch
kernel bugs more effectively. Previously early boot had NULL mapped
and didn't trap on NULL references.

This patch introduces boot_level4_pgt, which will always have low identity
addresses mapped.  Druing boot, all the processors will use this as their
level4 pgt.  On BP, we will switch to init_level4_pgt as soon as we enter C
code and zap the low mappings as soon as we are done with the usage of
identity low mapped addresses.  On AP's we will zap the low mappings as
soon as we jump to C code.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-14 19:55:14 -08:00
..
boot.c [PATCH] x86_64: Unmap NULL during early bootup 2005-11-14 19:55:14 -08:00
cstate.c [ACPI] enable C2 and C3 idle power states on SMP 2005-07-12 00:14:36 -04:00
earlyquirk.c Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets" 2005-09-14 15:56:27 -07:00
Makefile [ACPI] delete CONFIG_ACPI_BOOT 2005-08-24 12:08:54 -04:00
sleep.c [ACPI] Lindent all ACPI files 2005-08-05 00:45:14 -04:00
wakeup.S [PATCH] remove ACPI S4bios support 2005-09-10 10:06:35 -07:00