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://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[linux-2.6]
/
arch
/
sh
/
include
/
asm
/
perf_counter.h
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 */