projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
[linux-2.6]
/
include
/
asm-ppc
/
suspend.h
1
static inline int arch_prepare_suspend(void)
2
{
3
return 0;
4
}
5
6
static inline void save_processor_state(void)
7
{
8
}
9
10
static inline void restore_processor_state(void)
11
{
12
}