kernel-rpi: enable CONFIG_SLUB and CONFIG_COMPACTION, like upstream.
This commit is contained in:
parent
988bfd7abb
commit
73a8971d5d
@ -156,9 +156,10 @@ CONFIG_PERF_USE_VMALLOC=y
|
||||
CONFIG_PERF_EVENTS=y
|
||||
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
|
||||
CONFIG_VM_EVENT_COUNTERS=y
|
||||
CONFIG_SLUB_DEBUG=y
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
CONFIG_SLAB=y
|
||||
# CONFIG_SLUB is not set
|
||||
# CONFIG_SLAB is not set
|
||||
CONFIG_SLUB=y
|
||||
# CONFIG_SLOB is not set
|
||||
CONFIG_PROFILING=y
|
||||
CONFIG_TRACEPOINTS=y
|
||||
@ -406,7 +407,7 @@ CONFIG_HAVE_MEMBLOCK=y
|
||||
CONFIG_MEMORY_ISOLATION=y
|
||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||
# CONFIG_COMPACTION is not set
|
||||
CONFIG_COMPACTION=y
|
||||
CONFIG_MIGRATION=y
|
||||
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
||||
CONFIG_ZONE_DMA_FLAG=0
|
||||
@ -3356,7 +3357,8 @@ CONFIG_SCHED_DEBUG=y
|
||||
CONFIG_SCHEDSTATS=y
|
||||
CONFIG_TIMER_STATS=y
|
||||
# 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_PREEMPT=y
|
||||
# CONFIG_DEBUG_RT_MUTEXES is not set
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
pkgname=kernel-rpi
|
||||
version=3.6.11
|
||||
revision=4
|
||||
revision=5
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL-2"
|
||||
@ -17,9 +17,9 @@ do_fetch() {
|
||||
url="git://github.com/raspberrypi/linux.git"
|
||||
msg_normal "Cloning from $url ...\n"
|
||||
git clone --depth 1 $url ${pkgname}-${version}
|
||||
# Latest commit as of 20130809
|
||||
# Latest commit as of 20130913
|
||||
cd ${pkgname}-${version}
|
||||
git checkout 9b22cc2
|
||||
git checkout cbd6672
|
||||
# Remove .git directory, otherwise scripts/setkernelversion.sh
|
||||
# modifies KERNELRELEASE and appends + to it.
|
||||
rm -rf .git
|
||||
|
Loading…
Reference in New Issue
Block a user