pagefault() is private
This commit is contained in:
parent
d11b88cfc5
commit
b528d52ea8
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
extern int catch_pagefaults = 0;
|
extern int catch_pagefaults = 0;
|
||||||
|
|
||||||
void pagefault( struct proc *pr,
|
PRIVATE void pagefault( struct proc *pr,
|
||||||
struct exception_frame * frame,
|
struct exception_frame * frame,
|
||||||
int is_nested)
|
int is_nested)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user