repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sh: Generic HAVE_PERF_COUNTER support.
[linux-2.6/mini2440.git]
/
arch
/
sh
/
include
/
asm
/
perf_counter.h
blob
a8153c2aa6faf20db8fd1ef661218536d046362c
1
#ifndef __ASM_SH_PERF_COUNTER_H
2
#define __ASM_SH_PERF_COUNTER_H
3
4
/* SH only supports software counters through this interface. */
5
#define set_perf_counter_pending() do { } while (0)
6
7
#endif
/* __ASM_SH_PERF_COUNTER_H */