projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb36b6
)
x86: clean up stray space in <asm/processor.h>
author
H. Peter Anvin
<hpa@linux.intel.com>
Sat, 24 Jan 2009 01:18:52 +0000
(17:18 -0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Sat, 24 Jan 2009 01:54:17 +0000
(17:54 -0800)
Impact: Whitespace cleanup only
Clean up a stray space character in arch/x86/include/asm/processor.h.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/processor.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/processor.h
b/arch/x86/include/asm/processor.h
index 091cd8855f2e61707747d07c94286399619852e9..ac8fab3b868f1fd598cabc3de7458712b2d2db38 100644
(file)
--- a/
arch/x86/include/asm/processor.h
+++ b/
arch/x86/include/asm/processor.h
@@
-73,7
+73,7
@@
struct cpuinfo_x86 {
char pad0;
#else
/* Number of 4K pages in DTLB/ITLB combined(in pages): */
- int
x86_tlbsize;
+ int x86_tlbsize;
__u8 x86_virt_bits;
__u8 x86_phys_bits;
#endif