patch-2.4.19 linux-2.4.19/include/asm-sparc64/pgalloc.h

Next file: linux-2.4.19/include/asm-sparc64/pgtable.h
Previous file: linux-2.4.19/include/asm-sparc64/page.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-sparc64/pgalloc.h linux-2.4.19/include/asm-sparc64/pgalloc.h
@@ -100,13 +100,6 @@
 
 #endif /* ! CONFIG_SMP */
 
-#define VPTE_BASE_SPITFIRE	0xfffffffe00000000
-#if 1
-#define VPTE_BASE_CHEETAH	VPTE_BASE_SPITFIRE
-#else
-#define VPTE_BASE_CHEETAH	0xffe0000000000000
-#endif
-
 extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start,
 					  unsigned long end)
 {
@@ -128,8 +121,6 @@
 			vpte_base + (s >> (PAGE_SHIFT - 3)),
 			vpte_base + (e >> (PAGE_SHIFT - 3)));
 }
-#undef VPTE_BASE_SPITFIRE
-#undef VPTE_BASE_CHEETAH
 
 /* Page table allocation/freeing. */
 #ifdef CONFIG_SMP

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)