You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
x86: rename X86_GENERICARCH to X86_32_NON_STANDARD
X86_GENERICARCH is a misnomer - it contains non-PC 32-bit architectures that are not included in the default build. Rename it to X86_32_NON_STANDARD. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -936,7 +936,7 @@ void __init setup_arch(char **cmdline_p)
|
||||
map_vsyscall();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_X86_GENERICARCH
|
||||
#ifdef CONFIG_X86_32_NON_STANDARD
|
||||
generic_apic_probe();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user