aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/cputime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/cputime.h')
-rw-r--r--include/asm-x86/cputime.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/cputime.h b/include/asm-x86/cputime.h
index 87c37cf6b707..6d68ad7e0ea3 100644
--- a/include/asm-x86/cputime.h
+++ b/include/asm-x86/cputime.h
@@ -1,5 +1 @@
1#ifdef CONFIG_X86_32 #include <asm-generic/cputime.h>
2# include "cputime_32.h"
3#else
4# include "cputime_64.h"
5#endif