diff options
author | Robert Morris <[email protected]> | 2011-09-01 13:26:03 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2011-09-01 13:26:03 -0400 |
commit | 1eadf4a8fcc34f79075bb61d3546be303745e461 (patch) | |
tree | a74e5a0291081a182d0fbec85a842f3fdc45f676 /x86.h | |
parent | 371ab7fa96f8e439f4008c973c37aa44ab6ed81e (diff) | |
parent | 6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8 (diff) | |
download | xv6-labs-1eadf4a8fcc34f79075bb61d3546be303745e461.tar.gz xv6-labs-1eadf4a8fcc34f79075bb61d3546be303745e461.tar.bz2 xv6-labs-1eadf4a8fcc34f79075bb61d3546be303745e461.zip |
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Diffstat (limited to 'x86.h')
-rw-r--r-- | x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -170,7 +170,6 @@ xchg(volatile uint *addr, uint newval) return result; } -//PAGEBREAK! static inline void lcr0(uint val) { |