mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/linux: dont build as preemptive kernel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4b40ccf3d2
commit
f6622efa58
@ -58,7 +58,6 @@ CONFIG_CONSTRUCTORS=y
|
|||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_BROKEN_ON_SMP=y
|
CONFIG_BROKEN_ON_SMP=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -200,27 +199,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
|
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -295,8 +294,8 @@ CONFIG_DMI=y
|
|||||||
# CONFIG_IOMMU_API is not set
|
# CONFIG_IOMMU_API is not set
|
||||||
CONFIG_NR_CPUS=1
|
CONFIG_NR_CPUS=1
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_UP_APIC=y
|
CONFIG_X86_UP_APIC=y
|
||||||
CONFIG_X86_UP_IOAPIC=y
|
CONFIG_X86_UP_IOAPIC=y
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
|
@ -207,27 +207,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -304,8 +304,8 @@ CONFIG_NR_CPUS=4
|
|||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
CONFIG_X86_IO_APIC=y
|
CONFIG_X86_IO_APIC=y
|
||||||
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
||||||
|
@ -205,27 +205,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -278,8 +278,8 @@ CONFIG_NR_CPUS=4
|
|||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
CONFIG_X86_IO_APIC=y
|
CONFIG_X86_IO_APIC=y
|
||||||
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
||||||
|
@ -207,27 +207,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -305,8 +305,8 @@ CONFIG_NR_CPUS=8
|
|||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
CONFIG_X86_IO_APIC=y
|
CONFIG_X86_IO_APIC=y
|
||||||
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
||||||
|
@ -207,27 +207,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -305,8 +305,8 @@ CONFIG_NR_CPUS=8
|
|||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
CONFIG_X86_IO_APIC=y
|
CONFIG_X86_IO_APIC=y
|
||||||
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
||||||
|
@ -205,27 +205,27 @@ CONFIG_DEFAULT_IOSCHED="cfq"
|
|||||||
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
# CONFIG_INLINE_SPIN_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK is not set
|
CONFIG_INLINE_SPIN_UNLOCK=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
|
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_READ_TRYLOCK is not set
|
# CONFIG_INLINE_READ_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK is not set
|
# CONFIG_INLINE_READ_LOCK is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_BH is not set
|
# CONFIG_INLINE_READ_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
# CONFIG_INLINE_READ_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK is not set
|
CONFIG_INLINE_READ_UNLOCK=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
# CONFIG_INLINE_READ_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
|
CONFIG_INLINE_READ_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
|
||||||
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
# CONFIG_INLINE_WRITE_TRYLOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK is not set
|
# CONFIG_INLINE_WRITE_LOCK is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
# CONFIG_INLINE_WRITE_LOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
|
||||||
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK is not set
|
CONFIG_INLINE_WRITE_UNLOCK=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
|
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
|
||||||
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
|
||||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||||
CONFIG_FREEZER=y
|
CONFIG_FREEZER=y
|
||||||
@ -280,8 +280,8 @@ CONFIG_NR_CPUS=8
|
|||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
CONFIG_PREEMPT_VOLUNTARY=y
|
||||||
CONFIG_PREEMPT=y
|
# CONFIG_PREEMPT is not set
|
||||||
CONFIG_X86_LOCAL_APIC=y
|
CONFIG_X86_LOCAL_APIC=y
|
||||||
CONFIG_X86_IO_APIC=y
|
CONFIG_X86_IO_APIC=y
|
||||||
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user