]> Pileus Git - ~andy/linux/blobdiff - arch/mips/include/asm/types.h
Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers
[~andy/linux] / arch / mips / include / asm / types.h
index 43bf70ebd3a2a8a79d7dff586c5810b5bcd55fb0..1228b25b290a39a049bf4ae50a3c26b2ca37b531 100644 (file)
  * We don't use int-l64.h for the kernel anymore but still use it for
  * userspace to avoid code changes.
  */
-#if (_MIPS_SZLONG == 64) && !defined(__KERNEL__)
-# include <asm-generic/int-l64.h>
-#else
+#ifdef __KERNEL__
 # include <asm-generic/int-ll64.h>
+#else
+# if _MIPS_SZLONG == 64
+#  include <asm-generic/int-l64.h>
+# else
+#  include <asm-generic/int-ll64.h>
+# endif
 #endif
 
 /*