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 git://neil.brown.name/md
[linux-2.6]
/
arch
/
ia64
/
include
/
asm
/
idle.h
1
#ifndef _ASM_IA64_IDLE_H
2
#define _ASM_IA64_IDLE_H
3
4
static inline void enter_idle(void) { }
5
static inline void exit_idle(void) { }
6
7
#endif /* _ASM_IA64_IDLE_H */