patch-2.4.1 linux/include/asm-ppc/mmu.h
Next file: linux/include/asm-ppc/mmu_context.h
Previous file: linux/include/asm-ppc/mman.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Jan 22 15:41:15 2001
-  Orig file: 
v2.4.0/linux/include/asm-ppc/mmu.h
-  Orig date: 
Fri Dec 29 14:07:23 2000
diff -u --recursive --new-file v2.4.0/linux/include/asm-ppc/mmu.h linux/include/asm-ppc/mmu.h
@@ -6,12 +6,13 @@
 #ifndef _PPC_MMU_H_
 #define _PPC_MMU_H_
 
-/* Default "unsigned long" context */
-typedef unsigned long mm_context_t;
-
 #include <linux/config.h>
 
 #ifndef __ASSEMBLY__
+
+/* Default "unsigned long" context */
+typedef unsigned long mm_context_t;
+
 /* Hardware Page Table Entry */
 typedef struct _PTE {
 #ifdef CONFIG_PPC64BRIDGE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)