Remove PLATFORM_SMP. It's unneeded as all configs with both PLATFORM and
SMP use it so we can switch to the combination of these as the check.
This commit is contained in:
parent
db35f30854
commit
e3aaf8b7bb
@ -218,7 +218,7 @@ platform_delay(int usec, void *arg __unused)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(SMP) && defined(PLATFORM_SMP)
|
||||
#if defined(SMP)
|
||||
void
|
||||
platform_mp_setmaxid(void)
|
||||
{
|
||||
|
@ -28,7 +28,6 @@ makeoptions WERROR="-Werror"
|
||||
options SCHED_4BSD # 4BSD scheduler
|
||||
options SMP # Enable multiple cores
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
@ -23,7 +23,6 @@ makeoptions WERROR="-Werror"
|
||||
include "std.armv6"
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM # Platform based SoC
|
||||
options PLATFORM_SMP
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
|
@ -62,7 +62,6 @@ options SOC_OMAP4
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options SMP # Enable multiple cores
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options MULTIDELAY
|
||||
options LINUX_BOOT_ABI
|
||||
|
||||
|
@ -30,7 +30,6 @@ options SCHED_ULE # ULE scheduler
|
||||
#options NFSD # Network Filesystem Server
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options SMP # Enable multiple cores
|
||||
options MULTIDELAY
|
||||
|
||||
|
@ -34,7 +34,6 @@ makeoptions MODULES_EXTRA=dtb/omap4
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options SMP # Enable multiple cores
|
||||
|
||||
# NFS root from boopt/dhcp
|
||||
|
@ -28,7 +28,6 @@ options SOC_ROCKCHIP_RK3188
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options SMP # Enable multiple cores
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options MULTIDELAY
|
||||
|
||||
# Root mount from MMC/SD card
|
||||
|
@ -31,7 +31,6 @@ options INTRNG
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options SMP # Enable multiple cores
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options MULTIDELAY
|
||||
|
||||
# NFS root from boopt/dhcp
|
||||
|
@ -28,7 +28,6 @@ makeoptions WERROR="-Werror"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM # Platform based SoC
|
||||
options PLATFORM_SMP
|
||||
options SMP # Enable multiple cores
|
||||
options MULTIDELAY
|
||||
|
||||
|
@ -25,7 +25,6 @@ ident TEGRA124
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM # Platform based SoC
|
||||
options PLATFORM_SMP
|
||||
options MULTIDELAY
|
||||
options SMP # Enable multiple cores
|
||||
options LINUX_BOOT_ABI
|
||||
|
@ -25,7 +25,6 @@ include "../qemu/std.virt"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM
|
||||
options PLATFORM_SMP
|
||||
options SMP # Enable multiple cores
|
||||
options MULTIDELAY
|
||||
|
||||
|
@ -28,7 +28,6 @@ makeoptions MODULES_EXTRA="dtb/zynq"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM # Platform based SoC
|
||||
options PLATFORM_SMP
|
||||
#options NFSSD # Network Filesystem Server
|
||||
options SMP # Enable multiple cores
|
||||
|
||||
|
@ -38,7 +38,6 @@ MULTIDELAY opt_global.h
|
||||
NKPT2PG opt_pmap.h
|
||||
PHYSADDR opt_global.h
|
||||
PLATFORM opt_global.h
|
||||
PLATFORM_SMP opt_global.h
|
||||
SOCDEV_PA opt_global.h
|
||||
SOCDEV_VA opt_global.h
|
||||
PV_STATS opt_pmap.h
|
||||
|
Loading…
Reference in New Issue
Block a user