summaryrefslogtreecommitdiff
path: root/x86.h
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2011-09-01 13:18:02 -0400
committerFrans Kaashoek <[email protected]>2011-09-01 13:18:02 -0400
commit6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8 (patch)
tree583f30466b9673f17c703b87a9e96594bd46a079 /x86.h
parente04329aae8ceff7816569ab663237faedd3e5351 (diff)
downloadxv6-labs-6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8.tar.gz
xv6-labs-6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8.tar.bz2
xv6-labs-6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8.zip
Fix layout
Diffstat (limited to 'x86.h')
-rw-r--r--x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/x86.h b/x86.h
index 0c3feae..503afdb 100644
--- 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)
{