diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-01-23 17:18:52 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-01-23 17:54:17 -0800 |
commit | b1882e68d17a93b523dce09c3a181319aace2f0e (patch) | |
tree | 71ca904bcbf4825ba063a64562eb79e9c2acfbef /arch/x86/include/asm/processor.h | |
parent | 7cb36b6ccdca03bd87e8faca7fd920643dd1aec7 (diff) |
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/x86/include/asm/processor.h')
-rw-r--r-- | arch/x86/include/asm/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 091cd8855f2..ac8fab3b868 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 |