Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[powerpc.git] / include / asm-i386 / ist.h
index d13d1e6..ef2003e 100644 (file)
 
 #ifdef __KERNEL__
 
+#include <linux/types.h>
+
 struct ist_info {
-       unsigned long   signature;
-       unsigned long   command;
-       unsigned long   event;
-       unsigned long   perf_level;
+       u32 signature;
+       u32 command;
+       u32 event;
+       u32 perf_level;
 };
 
 extern struct ist_info ist_info;