Re: [Bug 41722] Clevo M5X0JE hangs in ACPI init

From: Linus Torvalds
Date: Tue Jan 24 2012 - 19:34:44 EST


2012/1/24 Yinghai Lu <yinghai@xxxxxxxxxx>:
>
> Your bios does not have RAM page aligned...

That's pretty common. BIOS tables etc are seldom page-aligned, and
afaik we handle it all correctly. Look for PFN_UP(start) and
PFN_DOWN(start+length) patterns in both e820.c and memblock.c.

Sure, it is _possible_ that we have some place we screw up in, but I
think it's unlikely. As mentioned, non-page-aligned memory is quite
common, especially in the low BIOS region just under the 640kB mark.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/