Files
linux/drivers
Roland Dreier 8b150478ae [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses
Change the phys_mem_access_prot() function to take a pfn instead of an
address.  This allows mmap64() to work on /dev/mem for addresses above 4G
on 32-bit architectures.  We start with a pfn in mmap_mem(), so there's no
need to convert to an address; in fact, it's actively bad, since the
conversion can overflow when the address is above 4G.

Similarly fix the ppc32 page_is_ram() function to avoid a conversion to an
address by directly comparing to max_pfn.  Working with max_pfn instead of
high_memory fixes page_is_ram() to give the right answer for highmem pages.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-29 14:25:49 +10:00
..
2005-09-20 21:01:13 +01:00
2005-07-30 09:47:53 -05:00
2005-09-22 22:17:34 -07:00
2005-10-12 14:43:32 +10:00
2005-10-17 17:03:57 -07:00
2005-10-29 13:55:35 +10:00
2005-09-08 01:45:47 -04:00
2005-10-28 13:38:53 +10:00
2005-10-24 22:16:38 +01:00
2005-09-11 19:15:07 -07:00
2005-09-11 19:15:07 -07:00