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
e1000: drop lltx, remove unnecessary lock
[linux-2.6/mini2440.git]
/
arch
/
arm
/
kernel
/
stacktrace.h
blob
e9fd20cb5662b24877a944793994dced914a3c7c
1
struct
stackframe
{
2
unsigned long
fp
;
3
unsigned long
sp
;
4
unsigned long
lr
;
5
unsigned long
pc
;
6
};
7
8
int
walk_stackframe
(
unsigned long
fp
,
unsigned long
low
,
unsigned long
high
,
9
int
(*
fn
)(
struct
stackframe
*,
void
*),
void
*
data
);