diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-04 20:41:24 +0000 |
| commit | 54041ca415f1fdfa1c3dcd82d524223cfa890940 (patch) | |
| tree | 61b7d29f9df1ade1b3cb5ad859f53fecead5e356 /os/pc/mmu.c | |
| parent | 1d6f6b43a0f31b37b3302fc0d627c904c381f3d1 (diff) | |
20091204
Diffstat (limited to 'os/pc/mmu.c')
| -rw-r--r-- | os/pc/mmu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/pc/mmu.c b/os/pc/mmu.c index 6a9e8089..da86517d 100644 --- a/os/pc/mmu.c +++ b/os/pc/mmu.c @@ -335,3 +335,9 @@ vunmap(void *va, int size) if(va != nil) upafree(PADDR(va), size); } + +int +segflush(void*, ulong) +{ + return 0; +} |
