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
1f3f7ac7ba
commit
3d814b4cf9
@ -218,7 +218,7 @@ platform_delay(int usec, void *arg __unused)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SMP) && defined(PLATFORM_SMP)
|
#if defined(SMP)
|
||||||
void
|
void
|
||||||
platform_mp_setmaxid(void)
|
platform_mp_setmaxid(void)
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,6 @@ makeoptions WERROR="-Werror"
|
|||||||
options SCHED_4BSD # 4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
|
|
||||||
# Interrupt controller
|
# Interrupt controller
|
||||||
device gic
|
device gic
|
||||||
|
@ -23,7 +23,6 @@ makeoptions WERROR="-Werror"
|
|||||||
include "std.armv6"
|
include "std.armv6"
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM # Platform based SoC
|
options PLATFORM # Platform based SoC
|
||||||
options PLATFORM_SMP
|
|
||||||
options PREEMPTION # Enable kernel thread preemption
|
options PREEMPTION # Enable kernel thread preemption
|
||||||
options INET # InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 # IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
|
@ -62,7 +62,6 @@ options SOC_OMAP4
|
|||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
options LINUX_BOOT_ABI
|
options LINUX_BOOT_ABI
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ options SCHED_ULE # ULE scheduler
|
|||||||
#options NFSD # Network Filesystem Server
|
#options NFSD # Network Filesystem Server
|
||||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ makeoptions MODULES_EXTRA=dtb/omap4
|
|||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
|
|
||||||
# NFS root from boopt/dhcp
|
# NFS root from boopt/dhcp
|
||||||
|
@ -28,7 +28,6 @@ options SOC_ROCKCHIP_RK3188
|
|||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
|
|
||||||
# Root mount from MMC/SD card
|
# Root mount from MMC/SD card
|
||||||
|
@ -31,7 +31,6 @@ options INTRNG
|
|||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
|
|
||||||
# NFS root from boopt/dhcp
|
# NFS root from boopt/dhcp
|
||||||
|
@ -28,7 +28,6 @@ makeoptions WERROR="-Werror"
|
|||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM # Platform based SoC
|
options PLATFORM # Platform based SoC
|
||||||
options PLATFORM_SMP
|
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ ident TEGRA124
|
|||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM # Platform based SoC
|
options PLATFORM # Platform based SoC
|
||||||
options PLATFORM_SMP
|
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options LINUX_BOOT_ABI
|
options LINUX_BOOT_ABI
|
||||||
|
@ -25,7 +25,6 @@ include "../qemu/std.virt"
|
|||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM
|
options PLATFORM
|
||||||
options PLATFORM_SMP
|
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
options MULTIDELAY
|
options MULTIDELAY
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ makeoptions MODULES_EXTRA="dtb/zynq"
|
|||||||
|
|
||||||
options SCHED_ULE # ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options PLATFORM # Platform based SoC
|
options PLATFORM # Platform based SoC
|
||||||
options PLATFORM_SMP
|
|
||||||
#options NFSSD # Network Filesystem Server
|
#options NFSSD # Network Filesystem Server
|
||||||
options SMP # Enable multiple cores
|
options SMP # Enable multiple cores
|
||||||
|
|
||||||
|
@ -38,7 +38,6 @@ MULTIDELAY opt_global.h
|
|||||||
NKPT2PG opt_pmap.h
|
NKPT2PG opt_pmap.h
|
||||||
PHYSADDR opt_global.h
|
PHYSADDR opt_global.h
|
||||||
PLATFORM opt_global.h
|
PLATFORM opt_global.h
|
||||||
PLATFORM_SMP opt_global.h
|
|
||||||
SOCDEV_PA opt_global.h
|
SOCDEV_PA opt_global.h
|
||||||
SOCDEV_VA opt_global.h
|
SOCDEV_VA opt_global.h
|
||||||
PV_STATS opt_pmap.h
|
PV_STATS opt_pmap.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user