summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2017-08-29 14:11:59 -0400
committerRobert Morris <[email protected]>2017-08-29 14:11:59 -0400
commit4638cabf8c52c5f08f83942103f2375d2ed46388 (patch)
tree0ff969a00aac465b9c04866b41697bc3e775f815 /proc.c
parent164f4bae54286e1635b24efa03a1c565b9048b4a (diff)
downloadxv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.tar.gz
xv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.tar.bz2
xv6-labs-4638cabf8c52c5f08f83942103f2375d2ed46388.zip
fix runoff complaints about pagination and long lines
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index aac7523..806b1b1 100644
--- a/proc.c
+++ b/proc.c
@@ -32,8 +32,8 @@ cpuid() {
return mycpu()-cpus;
}
-// Must be called with interrupts disabled to avoid the caller being rescheduled
-// between reading lapicid and running through the loop.
+// Must be called with interrupts disabled to avoid the caller being
+// rescheduled between reading lapicid and running through the loop.
struct cpu*
mycpu(void)
{