x86: Minimise printk spew from per-vendor init code
authorDave Jones <davej@redhat.com>
Fri, 13 Nov 2009 20:30:00 +0000 (15:30 -0500)
committerIngo Molnar <mingo@elte.hu>
Sat, 14 Nov 2009 00:18:05 +0000 (01:18 +0100)
commit0388423dba2217b4e5b6c61690b0506d13b25a49
treea1adbdf1697201862140ccccb28d5724dbce70e7
parent15cd8812ab2ce62a2f779e93a8398bdad752291a
x86: Minimise printk spew from per-vendor init code

In the default case where the kernel supports all CPU vendors,
we currently print out a bunch of not useful messages on every
system.

32-bit:
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  NSC Geode by NSC
  Cyrix CyrixInstead
  Centaur CentaurHauls
  Transmeta GenuineTMx86
  Transmeta TransmetaCPU
  UMC UMC UMC UMC

64-bit:
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls

Given that "what CPUs does the kernel support" isn't useful for
the "support everything" case, we can suppress these printk's.

Signed-off-by: Dave Jones <davej@redhat.com>
LKML-Reference: <20091113203000.GA19160@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c