summaryrefslogtreecommitdiff
path: root/include/asm-i386/ist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/ist.h')
-rw-r--r--include/asm-i386/ist.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/asm-i386/ist.h b/include/asm-i386/ist.h
index d13d1e68afa9..ef2003ebc6f9 100644
--- a/include/asm-i386/ist.h
+++ b/include/asm-i386/ist.h
@@ -19,11 +19,13 @@
#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;