diff options
Diffstat (limited to 'tmpfs/pager-stubs.c')
-rw-r--r-- | tmpfs/pager-stubs.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpfs/pager-stubs.c b/tmpfs/pager-stubs.c index 25d70fe2..3cb264bb 100644 --- a/tmpfs/pager-stubs.c +++ b/tmpfs/pager-stubs.c @@ -57,6 +57,14 @@ pager_unlock_page (struct user_pager_info *pager, return EIEIO; } +void +pager_notify_evict (struct user_pager_info *pager, + vm_offset_t page) +{ + abort(); +} + + /* The user must define this function. It should report back (in *OFFSET and *SIZE the minimum valid address the pager will accept and the size of the object. */ |