Revision eeb0d7d113895556db473ff1e638803d7d49bff9 authored by Rene Herman on 11 August 2008, 15:44:57 UTC, committed by Ingo Molnar on 11 August 2008, 16:36:03 UTC
commit 11a62a056093a7f25f1595fbd8bd5f93559572b6 turns some formerly
nopped debugging printks in arch/x86/kernel/mppparse.c into regular
ones. The one at the top of smp_scan_config() in particular also
prints on !CONFIG_SMP/CONFIG_X86_LOCAL_APIC kernels and UP machines
without anything resembling MP tables which makes their lowly UP
owners wonder...

Turn the former Dprintk()s into apic_printk()s instead meaning that
their printing is dependent on passing the apic=verbose (or =debug)
command line param.

On 32-bit, "apic" is a __setup() param which isn't early enough
for this code and therefore needs a followup changing it into an
early_param(). On 64-bit, it already is.

Signed-off-by: Rene Herman <rene.herman@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent 3c7569b
History
File Mode Size
Makefile -rw-r--r-- 290 bytes
ps3-lpm.c -rw-r--r-- 31.1 KB
ps3-sys-manager.c -rw-r--r-- 20.4 KB
ps3-vuart.c -rw-r--r-- 30.6 KB
ps3av.c -rw-r--r-- 27.7 KB
ps3av_cmd.c -rw-r--r-- 23.8 KB
ps3stor_lib.c -rw-r--r-- 8.3 KB
sys-manager-core.c -rw-r--r-- 2.0 KB
vuart.h -rw-r--r-- 2.8 KB

back to top