You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
211 B
6 lines
211 B
20 years ago
|
void show_pte(struct mm_struct *mm, unsigned long addr);
|
||
|
|
||
|
int do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs);
|
||
|
|
||
|
unsigned long search_extable(unsigned long addr); //FIXME - is it right?
|