repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/driver...
[linux-2.6/verdex.git]
/
arch
/
arm26
/
mm
/
fault.h
blob
4442d00d86aca290e669dba46b6639ceb8809004
1
void
show_pte
(
struct
mm_struct
*
mm
,
unsigned long
addr
);
2
3
int
do_page_fault
(
unsigned long
addr
,
unsigned int
fsr
,
struct
pt_regs
*
regs
);
4
5
unsigned long
search_extable
(
unsigned long
addr
);
//FIXME - is it right?