]> git.neil.brown.name Git - history.git/commit
[PATCH] Make mem=nopentium clear cpu_has_pse
authorAndi Kleen <ak@muc.de>
Sun, 22 Dec 2002 10:56:03 +0000 (02:56 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 22 Dec 2002 10:56:03 +0000 (02:56 -0800)
commit0b9e43dc6053097f6984f081be3693a62b512a4f
treed9f4532cb8d2663ead88010b576c7ba7d33bd12e
parent5e163a89fedacf47100735e738c43687d3bf18a2
[PATCH] Make mem=nopentium clear cpu_has_pse

"mem=nopentium" would clear the PSE bit in boot_cpu_data, but the CPU
detection later would overwrite it again from CPUID.

The large pages would be correctly disabled, but cpu_has_pse was lying.

This patch makes sure it stays clear when the option is given.

I also took the liberty to remove these obnoxious cpu capability
printks who give no use information (the data can be either gotten
from CPUID in user space in raw form or from /proc/cpuinfo processed)
arch/i386/kernel/cpu/common.c
arch/i386/kernel/setup.c