repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6/next.git]
/
arch
/
ia64
/
include
/
asm
/
idle.h
blob
b7685015a8baa98e205b1fdd23adf137b6b033a1
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 */