Home
last modified time | relevance | path

Searched hist:"950 f9d95bed1a366434d3597ea75f5b9d772d74f" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/mm/
H A Dioremap.cdiff 950f9d95bed1a366434d3597ea75f5b9d772d74f Wed Jan 30 13:34:06 CET 2008 Thomas Gleixner <tglx@linutronix.de> x86: fix the missing BIOS area check in page_is_ram

page_is_ram has a FIXME since ages, which reminds to sanity check the
BIOS area between 640k and 1M, which is sometimes falsely reported as
RAM in the e820 tables.

Implement the sanity check. Move the BIOS range defines from
pageattr.c into e820.h to avoid duplicate defines.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>