patch-2.3.50 linux/include/asm-ppc/types.h

Next file: linux/include/asm-sh/cache.h
Previous file: linux/include/asm-i386/hw_irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/include/asm-ppc/types.h linux/include/asm-ppc/types.h
@@ -2,10 +2,7 @@
 #define _PPC_TYPES_H
 
 #ifndef __ASSEMBLY__
-/*
- * __xx is ok: it doesn't pollute the POSIX namespace. Use these in the
- * header files exported to user space
- */
+#ifdef __KERNEL__
 
 typedef unsigned short umode_t;
 
@@ -41,8 +38,6 @@
 typedef struct {
 	u32 u[4];
 } __attribute((aligned(16))) vector128;
-
-#ifdef __KERNEL__
 
 #define BITS_PER_LONG 32
 

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