From: Linus Torvalds Date: Sun, 25 Jun 2006 17:04:15 +0000 (-0700) Subject: Fix PM_TRACE dependency: works only on 32-bit x86 for now X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=72cf2709bf8e0410800f118c4298bfbf8715b303;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Fix PM_TRACE dependency: works only on 32-bit x86 for now Not that x86-64 and other architecture support should be difficult to add (trivial fixups to the data format and add the proper linker script entry). Signed-off-by: Linus Torvalds --- diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index cdf315e794ff..fc311a4673a2 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -38,7 +38,7 @@ config PM_DEBUG config PM_TRACE bool "Suspend/resume event tracing" - depends on PM && PM_DEBUG && X86 + depends on PM && PM_DEBUG && X86_32 default y ---help--- This enables some cheesy code to save the last PM event point in the