xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8
parent e04329aae8ceff7816569ab663237faedd3e5351
Author: Frans Kaashoek <kaashoek@26-4-190.dynamic.csail.mit.edu>
Date:   Thu,  1 Sep 2011 13:18:02 -0400

Fix layout

Diffstat:
Mx86.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) {