projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ad7eb
)
Comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 1 Jan 2005 19:40:26 +0000
(19:40 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 1 Jan 2005 19:40:26 +0000
(19:40 +0000)
src/userprog/pagedir.c
patch
|
blob
|
history
diff --git
a/src/userprog/pagedir.c
b/src/userprog/pagedir.c
index 000aefea700be64ded51049debd81ffae0199328..3f0e9fb47c1217c8bbe0266f8a5b6b7a9e130e0e 100644
(file)
--- a/
src/userprog/pagedir.c
+++ b/
src/userprog/pagedir.c
@@
-202,7
+202,7
@@
active_pd (void)
uint32_t *pd;
/* Copy CR3, the page directory base register (PDBR), into `pd'
- for us to ex
ma
ine. See [IA32-v2a] "MOV--Move to/from
+ for us to ex
am
ine. See [IA32-v2a] "MOV--Move to/from
Control Registers" and [IA32-v3] 3.7.5. */
asm ("movl %%cr3,%0" : "=r" (pd));
return pd;