[PATCH] powerpc: Fix iSeries bug in VMALLOCBASE/VMALLOC_START consolidation
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 16 Dec 2005 03:49:25 +0000 (14:49 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:06:06 +0000 (15:06 +1100)
commite1333803c3a8fb167ba67ffc5540dbb53fa7deb3
tree80cf081d8e3eb40d3ad57575c37e5b9272666b2c
parent555d97ac87aef08bb55dff6f05e68fe2987d6f6d
[PATCH] powerpc: Fix iSeries bug in VMALLOCBASE/VMALLOC_START consolidation

Oops, forgot to compile the VMALLOCBASE/VMALLOC_START patch on
iSeries.  VMALLOC_START is defined in pgtable.h whereas previously
VMALLOCBASE was previously defined in page.h.  lparmap.c needs to be
updated appropriately.

Booted on iSeries RS64 (now).

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/lparmap.c