http://bugzilla.kernel.org/show_bug.cgi?id=14445
--- Comment #5 from Suresh B Siddha <[email protected]> 2009-10-21 00:37:28 --- For example, in the reported kernel log, this is the error: resource map sanity check conflict: 0x7fffff00 0x800000ff 0x7ffff000 0x7fffffff ACPI Non-volatile Storage Here, acpi is trying to map from 0x7fffff00 0x800000ff, and in the resource tree we have a ACPI Non-volatile storage which is from 0x7ffff000 0x7fffffff. So acpi map request is spanning more than one resource entity. We should chnage the acpi map request to map only from 0x7fffff00 to 0x7fffffff. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
