projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tty: Remove more special casing and out of place code
[linux-2.6]
/
include
/
asm-x86
/
cputime.h
diff --git
a/include/asm-x86/cputime.h
b/include/asm-x86/cputime.h
index
87c37cf
..
6d68ad7
100644
(file)
--- a/
include/asm-x86/cputime.h
+++ b/
include/asm-x86/cputime.h
@@
-1,5
+1
@@
-#ifdef CONFIG_X86_32
-# include "cputime_32.h"
-#else
-# include "cputime_64.h"
-#endif
+#include <asm-generic/cputime.h>