mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 05:18:45 +02:00
um: unexport handle_page_fault()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
7f5f156dae
commit
21cba62bea
|
|
@ -127,7 +127,6 @@ int handle_page_fault(unsigned long address, unsigned long ip,
|
|||
pagefault_out_of_memory();
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(handle_page_fault);
|
||||
|
||||
static void show_segv_info(struct uml_pt_regs *regs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user