Files
linux/include/asm-powerpc
David Gibson 14c89e7fc8 [PATCH] powerpc: Replace VMALLOCBASE with VMALLOC_START
On ppc64, we independently define VMALLOCBASE and VMALLOC_START to be
the same thing: the start of the vmalloc() area at 0xd000000000000000.
VMALLOC_START is used much more widely, including in generic code, so
this patch gets rid of the extraneous VMALLOCBASE.

This does require moving the definitions of region IDs from page_64.h
to pgtable.h, but they don't clearly belong in the former rather than
the latter, anyway.  While we're moving them, clean up the definitions
of the REGION_IDs:
	- Abolish REGION_SIZE, it was only used once, to define
REGION_MASK anyway
	- Define the specific region ids in terms of the REGION_ID()
macro.
	- Define KERNEL_REGION_ID in terms of PAGE_OFFSET rather than
KERNELBASE.  It amounts to the same thing, but conceptually this is
about the region of the linear mapping (which starts at PAGE_OFFSET)
rather than of the kernel text itself (which is at KERNELBASE).

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-01-09 15:05:47 +11:00
..
2005-10-11 09:59:38 +10:00
2006-01-03 13:11:06 -08:00
2006-01-09 14:49:54 +11:00
2005-09-28 15:42:53 +10:00
2005-11-10 11:23:53 +11:00
2005-11-19 01:48:52 +11:00
2005-09-22 21:03:33 +10:00
2006-01-09 14:49:06 +11:00
2005-11-08 12:20:34 +11:00
2006-01-09 14:52:14 +11:00
2005-10-27 20:50:54 +10:00
2005-11-19 20:46:04 +11:00
2006-01-09 14:49:01 +11:00
2005-11-03 14:41:19 +11:00
2005-10-31 13:37:12 +11:00
2005-10-31 13:37:12 +11:00
2005-11-03 16:24:25 +11:00
2005-11-10 11:23:46 +11:00
2005-11-07 13:18:13 +11:00
2005-11-08 11:17:40 +11:00
2005-11-19 20:50:46 +11:00
2005-11-03 16:02:23 +11:00
2005-11-23 21:23:20 +11:00
2005-11-01 14:36:55 +11:00
2005-10-12 08:24:47 -07:00
2005-11-04 10:20:27 +11:00
2005-11-06 16:56:47 -08:00
2005-10-27 16:45:50 +10:00
2005-11-03 16:59:17 +11:00
2006-01-09 14:51:22 +11:00
2005-09-21 19:21:09 +10:00