diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-14 03:19:46 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-14 03:19:46 +0000 |
commit | 06d50155ac0bd079bfca0f5728346d8beeb205f2 (patch) | |
tree | 2f20c8ba099304d6ea06fb76e8a0807b8afa5a5f /kernel/vm/anon.c | |
parent | 7585cb5ad84babe9db8c6595de464e33fb878f0c (diff) |
weenix fixes
Diffstat (limited to 'kernel/vm/anon.c')
-rw-r--r-- | kernel/vm/anon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/vm/anon.c b/kernel/vm/anon.c index a433395..8c65b85 100644 --- a/kernel/vm/anon.c +++ b/kernel/vm/anon.c @@ -60,7 +60,7 @@ static long anon_fill_pframe(mobj_t *o, pframe_t *pf) // set the pframe's mobj to the given mobj // pf->pf_addr = o; - // // set the pframe's flags to dirty + // set the pframe's flags to dirty // pf->pf_dirty = 1; memset(pf->pf_addr, 0, PAGE_SIZE); @@ -85,4 +85,4 @@ static void anon_destructor(mobj_t *o) // free the mobj slab_obj_free(anon_allocator, o); -} +}
\ No newline at end of file |