]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Fix layout
authorFrans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>
Thu, 1 Sep 2011 17:18:02 +0000 (13:18 -0400)
committerFrans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>
Thu, 1 Sep 2011 17:18:02 +0000 (13:18 -0400)
x86.h

diff --git a/x86.h b/x86.h
index 0c3feae9f6760af233bf3ebe382788787b41f506..503afdb0a1b993e8ab0aefdb55b62b29ca7f9a52 100644 (file)
--- a/x86.h
+++ b/x86.h
@@ -170,7 +170,6 @@ xchg(volatile uint *addr, uint newval)
   return result;
 }
 
-//PAGEBREAK!
 static inline void
 lcr0(uint val)
 {