diff options
author | Vlastimil Babka <vbabka@suse.cz> | 2018-08-14 23:38:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-14 15:00:00 -0700 |
commit | d0055f351e647f33f3b0329bff022213bf8aa085 (patch) | |
tree | 5149192eeb49f92c313b359dad13710222463cf7 /drivers/input/keyboard/newtonkbd.c | |
parent | 269777aa530f3438ec1781586cdac0b5fe47b061 (diff) | |
download | linux-rt-d0055f351e647f33f3b0329bff022213bf8aa085.tar.gz |
x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_thread
The function has an inline "return false;" definition with CONFIG_SMP=n
but the "real" definition is also visible leading to "redefinition of
‘apic_id_is_primary_thread’" compiler error.
Guard it with #ifdef CONFIG_SMP
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Fixes: 6a4d2657e048 ("x86/smp: Provide topology_is_primary_thread()")
Cc: stable@vger.kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/input/keyboard/newtonkbd.c')
0 files changed, 0 insertions, 0 deletions