[TRIVIAL] ppc64: Kill unused KRANGE_{START,END} macros

David Gibson david at gibson.dropbear.id.au
Fri Nov 12 13:29:13 EST 2004


Andrew, please apply:

Remove KRANGE_{START,END} macros from ppc64 code.  These were not used
anywhere.  Further KRANGE_END was misleading, since it implied a limit
on the linear mapping range based on the pagetable structure, whereas
in fact the linear mapping does not use a (Linux) pagetable at all.

Index: working-2.6/include/asm-ppc64/pgtable.h
===================================================================
--- working-2.6.orig/include/asm-ppc64/pgtable.h	2004-10-29 13:17:44.000000000 +1000
+++ working-2.6/include/asm-ppc64/pgtable.h	2004-11-12 13:20:42.941952600 +1100
@@ -67,12 +67,6 @@
 #define IMALLOC_END       (IMALLOC_BASE + PGTABLE_EA_MASK)
 
 /*
- * Define the address range mapped virt <-> physical
- */
-#define KRANGE_START KERNELBASE
-#define KRANGE_END   (KRANGE_START + PGTABLE_EA_MASK)
-
-/*
  * Define the user address range
  */
 #define USER_START (0UL)


-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist.  NOT _the_ _other_ _way_
				| _around_!
http://www.ozlabs.org/people/dgibson



More information about the Linuxppc64-dev mailing list