pagefault() is private
This commit is contained in:
parent
d11b88cfc5
commit
b528d52ea8
@ -13,9 +13,9 @@
|
|||||||
|
|
||||||
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)
|
||||||
{
|
{
|
||||||
int in_physcopy = 0;
|
int in_physcopy = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user