diff options
Diffstat (limited to 'spinlock.c')
-rw-r--r-- | spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,9 +2,9 @@ #include "types.h" #include "defs.h" +#include "param.h" #include "x86.h" #include "mmu.h" -#include "param.h" #include "proc.h" #include "spinlock.h" |