Skip to content

Commit

Permalink
Fix PM_TRACE dependency: works only on 32-bit x86 for now
Browse files Browse the repository at this point in the history
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 <torvalds@osdl.org>
  • Loading branch information
Linus Torvalds committed Jun 25, 2006
1 parent 1eec005 commit 72cf270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72cf270

Please sign in to comment.