aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarcin Garski <mgarski@post.pl>2007-10-19 23:22:11 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-19 23:22:11 +0200
commitdb955170d40601d9925f01712782fbe3ce362b7e (patch)
tree139977d69a8b22b0fcb6bfcbc62178e0ac696106 /arch
parentConvert files to UTF-8 and some cleanups (diff)
downloadlinux-dev-db955170d40601d9925f01712782fbe3ce362b7e.tar.xz
linux-dev-db955170d40601d9925f01712782fbe3ce362b7e.zip
more UTF-8 conversions
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/cpu/cyrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cyrix.c b/arch/x86/kernel/cpu/cyrix.c
index 65fa636f410e..4aa2ff8d3c43 100644
--- a/arch/x86/kernel/cpu/cyrix.c
+++ b/arch/x86/kernel/cpu/cyrix.c
@@ -93,7 +93,7 @@ static void __cpuinit check_cx686_slop(struct cpuinfo_x86 *c)
local_irq_save(flags);
ccr3 = getCx86(CX86_CCR3);
- setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
+ setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
ccr5 = getCx86(CX86_CCR5);
if (ccr5 & 2)
setCx86(CX86_CCR5, ccr5 & 0xfd); /* reset SLOP */