Set up a frame pointer on interrupt entry, to improve backtraces of
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 21 Jan 2005 22:17:37 +0000 (22:17 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 21 Jan 2005 22:17:37 +0000 (22:17 +0000)
commit251b51f76f0594460e1cfbf2c05576fb445b861b
tree8c628ab1d129f8483c1bbe526f16237bbf6ad241
parentc9613f4d1fd208911409de6f82b430e5f9a595ae
Set up a frame pointer on interrupt entry, to improve backtraces of
system calls, page faults, etc., whether they come from user space or
the kernel.

Get rid of intr-stubs.pl, replacing it by equivalent all-assembler + C
preprocessor code.
doc/threads.texi
doc/tour.texi
src/Makefile.build
src/threads/interrupt.c
src/threads/interrupt.h
src/threads/intr-stubs.S [new file with mode: 0644]
src/threads/intr-stubs.h
src/threads/intr-stubs.pl [deleted file]
src/userprog/process.c