x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bit
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sat, 13 Jun 2009 19:29:50 +0000 (00:59 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 13 Jun 2009 21:00:49 +0000 (14:00 -0700)
commitc64b04fe6e0cb7c78e01751a44ef56cf20344e87
tree301c88fa9ec1108313255f8a734c57098a9c490a
parent44b7532b8b464f606053562400719c9c21276037
x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bit

32 bits can also access x86_cache_alignment, x86_phys_bits and
x86_virt_bits, make them available to user space just as on 64 bits.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
LKML-Reference: <1244921390.11733.30.camel@ht.satnam>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/proc.c