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
sparc: add basic support for 'perf'
[linux-2.6/mini2440.git]
/
arch
/
sparc
/
include
/
asm
/
perf_counter.h
blob
f07c587a8304f94f6a0a47d5946b643637bcaa53
1
#ifndef __ASM_SPARC_PERF_COUNTER_H
2
#define __ASM_SPARC_PERF_COUNTER_H
3
4
static
inline
void
set_perf_counter_pending
(
void
) { }
5
6
#define PERF_COUNTER_INDEX_OFFSET 0
7
8
#endif