]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: Don't use KERNELBASE in add_memory()
authorMichael Ellerman <michael@ellerman.id.au>
Mon, 9 Jan 2006 07:19:49 +0000 (18:19 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 09:18:19 +0000 (20:18 +1100)
commite0fa93d6e6f0f36f39b813e561dbb890c58da58f
treed1ceb7ffc8742df26b7d2553ac6fb43cc64c4c8a
parent0a498d96a3324c16add35da0435bc7c13b6c6f3f
[PATCH] powerpc: Don't use KERNELBASE in add_memory()

In add_memory() we should be using __va() to get a virtual address.
Spotted by Mike Kravetz.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/mem.c