kernel: new official unionfs patch; enable NO_HZ; disable LOCKDEP_SUPPORT.
This commit is contained in:
parent
a737a15ee9
commit
9ee3be74d8
5 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ CONFIG_GENERIC_CMOS_UPDATE=y
|
|||
CONFIG_CLOCKSOURCE_WATCHDOG=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
||||
CONFIG_LOCKDEP_SUPPORT=y
|
||||
# CONFIG_LOCKDEP_SUPPORT is not set
|
||||
CONFIG_STACKTRACE_SUPPORT=y
|
||||
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
|
||||
CONFIG_MMU=y
|
||||
|
@ -279,7 +279,7 @@ CONFIG_FREEZER=y
|
|||
# Processor type and features
|
||||
#
|
||||
CONFIG_TICK_ONESHOT=y
|
||||
# CONFIG_NO_HZ is not set
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_HIGH_RES_TIMERS=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
|
||||
|
|
|
@ -14,7 +14,7 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y
|
|||
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||
CONFIG_ARCH_CLOCKSOURCE_DATA=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
||||
CONFIG_LOCKDEP_SUPPORT=y
|
||||
# CONFIG_LOCKDEP_SUPPORT is not set
|
||||
CONFIG_STACKTRACE_SUPPORT=y
|
||||
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
|
||||
CONFIG_MMU=y
|
||||
|
@ -281,7 +281,7 @@ CONFIG_FREEZER=y
|
|||
# Processor type and features
|
||||
#
|
||||
CONFIG_TICK_ONESHOT=y
|
||||
# CONFIG_NO_HZ is not set
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_HIGH_RES_TIMERS=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
|
||||
|
|
Binary file not shown.
BIN
srcpkgs/kernel/patches/unionfs-2.5.11_for_3.2.2.diff.gz
Normal file
BIN
srcpkgs/kernel/patches/unionfs-2.5.11_for_3.2.2.diff.gz
Normal file
Binary file not shown.
|
@ -14,7 +14,7 @@ noverifyrdeps=yes
|
|||
preserve=yes
|
||||
patch_args="-Np1"
|
||||
|
||||
#: ${revision:=1}
|
||||
: ${revision:=1}
|
||||
_kernel_headers_revision=${revision}
|
||||
if [ -n "${_kernel_snapshot}" ]; then
|
||||
if [ -n "${_kernel_patch_ver}" ]; then
|
||||
|
|
Loading…
Reference in a new issue