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

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)