patch-2.4.0-test11 linux/include/asm-ppc/types.h

Next file: linux/include/asm-ppc/uaccess.h
Previous file: linux/include/asm-ppc/tqm8xxL.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/types.h linux/include/asm-ppc/types.h
@@ -3,8 +3,6 @@
 
 #ifndef __ASSEMBLY__
 
-typedef unsigned short umode_t;
-
 typedef __signed__ char __s8;
 typedef unsigned char __u8;
 
@@ -21,7 +19,7 @@
 
 typedef struct {
 	__u32 u[4];
-} __attribute((aligned(16))) vector128;
+} __attribute((aligned(16))) __vector128;
 
 #ifdef __KERNEL__
 /*
@@ -39,10 +37,14 @@
 typedef signed long long s64;
 typedef unsigned long long u64;
 
+typedef __vector128 vector128;
+
 #define BITS_PER_LONG 32
 
 /* DMA addresses are 32-bits wide */
 typedef u32 dma_addr_t;
+
+typedef unsigned short umode_t;
 
 #endif /* __KERNEL__ */
 #endif /* __ASSEMBLY__ */

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