8b150478ae
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> |
||
---|---|---|
.. | ||
iSeries | ||
abs_addr.h | ||
bitops.h | ||
btext.h | ||
cache.h | ||
cacheflush.h | ||
compat.h | ||
current.h | ||
dart.h | ||
delay.h | ||
dma-mapping.h | ||
eeh.h | ||
floppy.h | ||
futex.h | ||
hvcall.h | ||
hvconsole.h | ||
hvcserver.h | ||
ide.h | ||
imalloc.h | ||
io.h | ||
ipcbuf.h | ||
kexec.h | ||
lppaca.h | ||
mmu_context.h | ||
mmu.h | ||
mmzone.h | ||
naca.h | ||
numnodes.h | ||
nvram.h | ||
paca.h | ||
page.h | ||
pci-bridge.h | ||
pci.h | ||
pgalloc.h | ||
pgtable.h | ||
plpar_wrappers.h | ||
ppc32.h | ||
ppcdebug.h | ||
prom.h | ||
ptrace-common.h | ||
ptrace.h | ||
serial.h | ||
sigcontext.h | ||
signal.h | ||
smp.h | ||
sparsemem.h | ||
spinlock.h | ||
stat.h | ||
system.h | ||
systemcfg.h | ||
tce.h | ||
tlb.h | ||
tlbflush.h | ||
uaccess.h | ||
ucontext.h | ||
udbg.h | ||
vdso.h |