Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
AK: Fix freezes & Lollipop variant
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Dec 24, 2014
1 parent eb652df commit 6c6c4fd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions arch/arm/configs/aosp_kk_ak_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ CONFIG_DYNAMIC_FSYNC=y
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CPU_ID is not set
CONFIG_PRINTK_CPU_ID=y
# CONFIG_PRINTK_PID is not set
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
Expand All @@ -3411,13 +3411,13 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
Expand Down
8 changes: 4 additions & 4 deletions arch/arm/configs/aosp_lp_ak_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CONFIG_ARCHIKERNEL_OPTI_O3=y
# CONFIG_ARCHIKERNEL_OPTI_OS is not set
CONFIG_ARCHIKERNEL_MALI_REVISION_R3P2=y
# CONFIG_ARCHIKERNEL_MALI_REVISION_R4P0 is not set
CONFIG_ARCHIKERNEL_MALI_API_VERSION=23
CONFIG_ARCHIKERNEL_MALI_API_VERSION=29

#
# Hacks / Workarounds
Expand Down Expand Up @@ -3394,7 +3394,7 @@ CONFIG_DYNAMIC_FSYNC=y
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CPU_ID is not set
CONFIG_PRINTK_CPU_ID=y
# CONFIG_PRINTK_PID is not set
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
Expand All @@ -3411,13 +3411,13 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/configs/samsung_ak_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@ CONFIG_DYNAMIC_FSYNC=y
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CPU_ID is not set
CONFIG_PRINTK_CPU_ID=y
# CONFIG_PRINTK_PID is not set
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
Expand All @@ -3400,13 +3400,13 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/configs/samsung_kor_ak_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@ CONFIG_DYNAMIC_FSYNC=y
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CPU_ID is not set
CONFIG_PRINTK_CPU_ID=y
# CONFIG_PRINTK_PID is not set
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
Expand All @@ -3400,13 +3400,13 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
Expand Down

0 comments on commit 6c6c4fd

Please sign in to comment.