grehan
be4bc40175
Fetch the initial time from the rtc OpenFirmware node. This is a short-term
...
measure until the rtc h/w driver is written, and it's a lot better
than having "jan 1 1970" on filesys times.
Approved by: benno
2003-01-08 12:17:44 +00:00
benno
6c2607ad88
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
phk
26ffc19d1e
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
fbb3ffd56a
Replace inline asm with it's inline function wrapper.
2002-04-20 10:06:22 +00:00
alfred
f1b2b9896d
Remove __P.
...
Reveiwed by: benno
2002-03-20 23:17:50 +00:00
benno
9ed9d1965d
Various cleanups.
2002-02-28 12:00:24 +00:00
benno
3194e2622f
- 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
87e9f9315f
Fix comment breakage.
2001-06-27 12:20:48 +00:00
benno
dced41b010
Bring in NetBSD code used in the PowerPC port.
...
Reviewed by: obrien, dfr
Obtained from: NetBSD
2001-06-10 02:39:37 +00:00