projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd2a77
)
Add helpful comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 24 Mar 2007 01:04:19 +0000
(
01:04
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 24 Mar 2007 01:04:19 +0000
(
01:04
+0000)
From Godmar Back.
src/userprog/process.c
patch
|
blob
|
history
diff --git
a/src/userprog/process.c
b/src/userprog/process.c
index 6c6003cbf0f798262e53802beae7ab02084dc093..781cc5d3fc81c9b95a65ed47b6d589c15895c91f 100644
(file)
--- a/
src/userprog/process.c
+++ b/
src/userprog/process.c
@@
-117,7
+117,8
@@
process_exit (void)
}
/* Sets up the CPU for running user code in the current
- thread. */
+ thread.
+ This function is called on every context switch. */
void
process_activate (void)
{