Break GDT, TSS out of init.c, mmu.h.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Sep 2004 22:13:26 +0000 (22:13 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Sep 2004 22:13:26 +0000 (22:13 +0000)
commitc9c283cb3e26a5b6d918ee47dcf8efe28522b18d
treec08e753bf2a6a66208eba0707183f21ba3966d9c
parente16cf23bd993de3726287f9920efa8f667232423
Break GDT, TSS out of init.c, mmu.h.
src/Makefile.inc
src/threads/gdt.c [new file with mode: 0644]
src/threads/gdt.h [new file with mode: 0644]
src/threads/init.c
src/threads/init.h
src/threads/interrupt.c
src/threads/intr-stubs.pl
src/threads/loader.S
src/threads/mmu.h
src/threads/thread.c
src/userprog/addrspace.c