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:
Andrew Turner 2017-07-04 16:52:55 +00:00
parent 1f3f7ac7ba
commit 3d814b4cf9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320647
13 changed files with 1 additions and 13 deletions

View File

@ -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)
{

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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