x86: Reduce verbosity of "PAT enabled" kernel message
authorRoland Dreier <rdreier@cisco.com>
Wed, 23 Sep 2009 22:35:35 +0000 (15:35 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Sep 2009 09:35:19 +0000 (11:35 +0200)
commite23a8b6a8f319c0f08b6ccef2dccbb37e7603dc2
treeb2026dfe1507925bb26fbe12d9598832363e0c9c
parentea01c0d7315d6e3218fd22a6947c5b09305fcf65
x86: Reduce verbosity of "PAT enabled" kernel message

On modern systems, the kernel prints the message

    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106

once for every CPU.

This gets kind of ridiculous on huge systems; for example, on a
64-thread system I was lucky enough to get:

    dmesg| grep 'PAT enabled' | wc
         64     704    5174

There is already a BUG() if non-boot CPUs have PAT capabilities
that don't match the boot CPU, so just print the message on the
boot CPU. (I kept the print after the wrmsrl() that enables PAT,
so that the log output continues to mean that the system survived
enabling PAT on the boot CPU)

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
LKML-Reference: <adavdj92sso.fsf@cisco.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pat.c