repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
tools
/
perf
/
util
/
include
/
linux
/
prefetch.h
blob
7841e485d8c363cbfa8537fdd1fbada5dc9425ee
1
#ifndef PERF_LINUX_PREFETCH_H
2
#define PERF_LINUX_PREFETCH_H
3
4
static
inline
void
prefetch
(
void
*
a
__attribute__
((
unused
))) { }
5
6
#endif