kernel-rpi: enable CONFIG_SLUB and CONFIG_COMPACTION, like upstream.

This commit is contained in:
Juan RP 2013-09-13 12:01:24 +02:00
parent 988bfd7abb
commit 73a8971d5d
2 changed files with 9 additions and 7 deletions

View file

@ -156,9 +156,10 @@ CONFIG_PERF_USE_VMALLOC=y
CONFIG_PERF_EVENTS=y CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set # CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y # CONFIG_SLAB is not set
# CONFIG_SLUB is not set CONFIG_SLUB=y
# CONFIG_SLOB is not set # CONFIG_SLOB is not set
CONFIG_PROFILING=y CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y CONFIG_TRACEPOINTS=y
@ -406,7 +407,7 @@ CONFIG_HAVE_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y CONFIG_MEMORY_ISOLATION=y
CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_COMPACTION is not set CONFIG_COMPACTION=y
CONFIG_MIGRATION=y CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set # CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0 CONFIG_ZONE_DMA_FLAG=0
@ -3356,7 +3357,8 @@ CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set # CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set # CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_PREEMPT=y CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_DEBUG_RT_MUTEXES is not set

View file

@ -2,7 +2,7 @@
# #
pkgname=kernel-rpi pkgname=kernel-rpi
version=3.6.11 version=3.6.11
revision=4 revision=5
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org" homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
@ -17,9 +17,9 @@ do_fetch() {
url="git://github.com/raspberrypi/linux.git" url="git://github.com/raspberrypi/linux.git"
msg_normal "Cloning from $url ...\n" msg_normal "Cloning from $url ...\n"
git clone --depth 1 $url ${pkgname}-${version} git clone --depth 1 $url ${pkgname}-${version}
# Latest commit as of 20130809 # Latest commit as of 20130913
cd ${pkgname}-${version} cd ${pkgname}-${version}
git checkout 9b22cc2 git checkout cbd6672
# Remove .git directory, otherwise scripts/setkernelversion.sh # Remove .git directory, otherwise scripts/setkernelversion.sh
# modifies KERNELRELEASE and appends + to it. # modifies KERNELRELEASE and appends + to it.
rm -rf .git rm -rf .git