Benno Rice
6c2a062580
Many fixes to low-level trap and interrupt handling:
...
- Tidy up clock code. Don't repeatedly call hardclock().
- Remove intrnames, decrnest and intrcnt from locore.s
- Coalesce all trap handling into a single stub that then calls a dispatch
function.
Submitted by: Peter Grehan <peterg@ptree32.com.au>
2002-06-29 09:28:21 +00:00
Poul-Henning Kamp
2266fe776e
Don't export timecounter structures under debug. with sysctl, they
...
contain no truly interesting data anymore.
2002-04-30 19:34:31 +00:00
Benno Rice
f6310641b9
Replace inline asm with it's inline function wrapper.
2002-04-20 10:06:22 +00:00
Alfred Perlstein
812344bc0b
Remove __P.
...
Reveiwed by: benno
2002-03-20 23:17:50 +00:00
Benno Rice
0e1338662a
Various cleanups.
2002-02-28 12:00:24 +00:00
Benno Rice
d163144b45
- Correct the type of the argument to delay() so as to not conflict with
...
sys/boot/common/bootstrap.h.
- Add a prototype for fork_trampoline().
2001-10-15 12:23:10 +00:00
Benno Rice
111c77dcef
Fix comment breakage.
2001-06-27 12:20:48 +00:00
Benno Rice
f9bac91b18
Bring in NetBSD code used in the PowerPC port.
...
Reviewed by: obrien, dfr
Obtained from: NetBSD
2001-06-10 02:39:37 +00:00