diff options
author | rsc <rsc> | 2007-09-27 20:09:40 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-09-27 20:09:40 +0000 |
commit | 3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff (patch) | |
tree | 3d0ee391126d390d1c5b72c8b1d003d0db6807aa /defs.h | |
parent | 39c3fb1b157927058f24b72d43be6f15c1d422b7 (diff) | |
download | xv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.tar.gz xv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.tar.bz2 xv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.zip |
rename splhi/spllo to pushcli/popcli
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ void getcallerpcs(void*, uint*); int holding(struct spinlock*); void initlock(struct spinlock*, char*); void release(struct spinlock*); -void splhi(); -void spllo(); +void pushcli(); +void popcli(); // string.c int memcmp(const void*, const void*, uint); |