diff options
author | kaashoek <kaashoek> | 2006-06-26 16:40:43 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-06-26 16:40:43 +0000 |
commit | a44ee3cde8b55c314410210b9f3076797b9925fc (patch) | |
tree | 3b4c7bab7901d109198eaa3e213a2b0f016b4526 /bootother.S | |
parent | bf3903612d998ca8d95a48fb7cc0e5bfbe68f4c4 (diff) | |
download | xv6-labs-a44ee3cde8b55c314410210b9f3076797b9925fc.tar.gz xv6-labs-a44ee3cde8b55c314410210b9f3076797b9925fc.tar.bz2 xv6-labs-a44ee3cde8b55c314410210b9f3076797b9925fc.zip |
stick mpstack in cpu structure
Diffstat (limited to 'bootother.S')
-rw-r--r-- | bootother.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootother.S b/bootother.S index eee5ebe..8f2b2ce 100644 --- a/bootother.S +++ b/bootother.S @@ -14,7 +14,7 @@ * mp.c puts the correct %esp in start-4, and the place to jump * to in start-8. * - * Credit: Cliff Frey + * Credit: Cliff Frey and Plan 9 */ .set PROT_MODE_CSEG,0x8 # code segment selector |