more UTF-8 conversions

Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Marcin Garski
2007-10-19 23:22:11 +02:00
committed by Adrian Bunk
vanhempi 96de0e252c
commit db955170d4
12 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa

Näytä tiedosto

@@ -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 */