summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2009-01-24 02:18:52 +0100
committerH. Peter Anvin <hpa@linux.intel.com>2009-01-24 02:54:17 +0100
commitb1882e68d17a93b523dce09c3a181319aace2f0e (patch)
tree71ca904bcbf4825ba063a64562eb79e9c2acfbef /arch
parentMerge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff)
downloadlinux-b1882e68d17a93b523dce09c3a181319aace2f0e.tar.xz
linux-b1882e68d17a93b523dce09c3a181319aace2f0e.zip
x86: clean up stray space in <asm/processor.h>
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 091cd8855f2e..ac8fab3b868f 100644
--- 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