diff options
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | 2017-12-04 07:03:12 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-12-28 14:32:06 +0300 |
commit | 4fcab6693445cfb84f2b65868c58043535090e52 (patch) | |
tree | 4e1cc9ffdd07d206ce6345d9111bfbe2cc1c5a59 /Documentation | |
parent | ac461122c88a10b7d775de2f56467f097c9e627a (diff) | |
download | linux-4fcab6693445cfb84f2b65868c58043535090e52.tar.xz |
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
There are two consumers of apic=:
apic_set_verbosity() for setting the APIC debug level;
parse_apic() for registering APIC driver by hand.
X86-32 supports both of them, but sometimes, kernel issues a weird warning.
eg: when kernel was booted up with 'apic=bigsmp' in command line,
early_param would warn like that:
...
[ 0.000000] APIC Verbosity level bigsmp not recognised use apic=verbose or apic=debug
[ 0.000000] Malformed early option 'apic'
...
Wrap the warning code in CONFIG_X86_64 case to avoid this.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: peterz@infradead.org
Cc: rdunlap@infradead.org
Cc: corbet@lwn.net
Link: https://lkml.kernel.org/r/20171204040313.24824-1-douly.fnst@cn.fujitsu.com
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions