Revision 59c956c92efb041ae284855dcb093f4f7f174cf0 authored by Marius Strobl on 13 January 2010, 20:40:51 UTC, committed by Marius Strobl on 13 January 2010, 20:40:51 UTC
Don't use an out register to hold the vector number across the call
of the interrupt handler in intr_fast() as the handler might clobber
it (no in-tree handler currently does but an upcoming one will).
While at it, tidy the register usage in the interrupt counting code.
1 parent cc33325
History
File Mode Size
Makefile -rw-r--r-- 1.5 KB
ar_io.c -rw-r--r-- 31.9 KB
ar_subs.c -rw-r--r-- 30.8 KB
buf_subs.c -rw-r--r-- 26.1 KB
cache.c -rw-r--r-- 9.6 KB
cache.h -rw-r--r-- 3.1 KB
cpio.1 -rw-r--r-- 7.3 KB
cpio.c -rw-r--r-- 28.8 KB
cpio.h -rw-r--r-- 5.4 KB
extern.h -rw-r--r-- 6.9 KB
file_subs.c -rw-r--r-- 24.7 KB
ftree.c -rw-r--r-- 14.0 KB
ftree.h -rw-r--r-- 2.2 KB
gen_subs.c -rw-r--r-- 9.6 KB
getoldopt.c -rw-r--r-- 1.5 KB
options.c -rw-r--r-- 32.2 KB
options.h -rw-r--r-- 3.9 KB
pat_rep.c -rw-r--r-- 28.4 KB
pat_rep.h -rw-r--r-- 2.2 KB
pax.1 -rw-r--r-- 29.4 KB
pax.c -rw-r--r-- 14.7 KB
pax.h -rw-r--r-- 9.9 KB
sel_subs.c -rw-r--r-- 13.4 KB
sel_subs.h -rw-r--r-- 2.7 KB
tables.c -rw-r--r-- 34.8 KB
tables.h -rw-r--r-- 7.4 KB
tar.1 -rw-r--r-- 8.3 KB
tar.c -rw-r--r-- 28.7 KB
tar.h -rw-r--r-- 5.1 KB
tty_subs.c -rw-r--r-- 4.7 KB

back to top