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
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
tools
/
kvm
/
include
/
linux
/
prefetch.h
blob
62f67889c52f095395144ece6860f1da495a4ba7
1
#ifndef KVM__LINUX_PREFETCH_H
2
#define KVM__LINUX_PREFETCH_H
3
4
static
inline
void
prefetch
(
void
*
a
__attribute__
((
unused
))) { }
5
6
#endif