Add some basic resume trace facilities
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 24 Jun 2006 21:27:42 +0000 (14:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 24 Jun 2006 21:44:01 +0000 (14:44 -0700)
commiteb71c87a492b7090ff9e8ac46912c480a1687e38
tree1136213dee0f942866b6c2c65de7e7c63ca94fda
parentd384ea691fe4ea8c2dd5b9b8d9042eb181776f18
Add some basic resume trace facilities

Considering that there isn't a lot of hw we can depend on during resume,
this is about as good as it gets.

This is x86-only for now, although the basic concept (and most of the
code) will certainly work on almost any platform.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/vmlinux.lds.S
drivers/base/power/Makefile
drivers/base/power/trace.c [new file with mode: 0644]
include/asm-generic/rtc.h
include/linux/resume-trace.h [new file with mode: 0644]
kernel/power/Kconfig