projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eec005
)
Fix PM_TRACE dependency: works only on 32-bit x86 for now
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:04:15 +0000
(10:04 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:04:15 +0000
(10:04 -0700)
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>
kernel/power/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/Kconfig
b/kernel/power/Kconfig
index cdf315e794fff7ea7a3e68a548e8f7ade471c993..fc311a4673a25e451e94c1eef38c00bc425acf5a 100644
(file)
--- 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