fix runoff complaints about pagination and long lines
This commit is contained in:
parent
164f4bae54
commit
4638cabf8c
11 changed files with 25 additions and 33 deletions
4
proc.c
4
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue