]> err.no Git - linux-2.6/blobdiff - include/asm-sh64/types.h
[Blackfin] arch: Initial checkin of the memory protection support.
[linux-2.6] / include / asm-sh64 / types.h
index 41d4d2f82aa99dbf51f8af1438f1009964f2ba90..2c7ad73b3883329ff04b023608f4b28604535358 100644 (file)
@@ -30,9 +30,9 @@ typedef unsigned short __u16;
 typedef __signed__ int __s32;
 typedef unsigned int __u32;
 
-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
-typedef __signed__ long long __s64;
-typedef unsigned long long __u64;
+#if defined(__GNUC__)
+__extension__ typedef __signed__ long long __s64;
+__extension__ typedef unsigned long long __u64;
 #endif
 
 #endif /* __ASSEMBLY__ */
@@ -65,8 +65,6 @@ typedef u32 dma_addr_t;
 #endif
 typedef u64 dma64_addr_t;
 
-typedef unsigned int kmem_bufctl_t;
-
 #endif /* __ASSEMBLY__ */
 
 #define BITS_PER_LONG 32