http://bugzilla.kernel.org/show_bug.cgi?id=14445
Robert Moore <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Robert Moore <[email protected]> 2009-10-20 21:42:21 --- This can probably be easily added. ACPI_SYSMEM_REGION_WINDOW_SIZE is 4K by default. Most operation regions are smaller than this anyway, so it certainly makes sense to add some intelligence to the mapping operations. And 4K is the miminum page size AFAIK. How about this: if the start and end addresses of an operation region fit in a single page, just map that page. if the region crosses a page boundary, map up to the first page boundary immediately, then successive pages later as necessary. Will this solve the problem? -- 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
