NetBSD/sys/arch/pc532
matthias 2fe02dea17 Changes for kernels compiled with -mrtd:
locore.s:
- cpu_switch "returns" to proc_trampoline after cpu_fork. cpu_switch is
  called with an argument, remove it from the stack when not compiled
  with -DMRTD.
- use KENTRY instead of ENTRY for all functions called from C.
- when calling C code, don't clean up the stack when compiled with -DMRTD.
- need to split fusubail into fubail and subail, because fu and su
  take different number of arguments.

machdep.c:
- set sf_p when dumping
- new function do_softclock (that just calls softclock) because softclock
  doesn't take an argument.

mainbus.c:
- establish softclock interrupt to call do_softclock

trap.c:
- trap() and syscall() allways use std C calling conventions.
- need to split fusubail into fubail and subail, because fu and su
  take different number of arguments.
- make child_return take only one argument like the other functions
  "called" via cpu_set_kpc.

vm_machdep.c:
- set sf_p in cpu_fork.
1998-04-11 17:44:11 +00:00
..
compile
conf sync to current state. 1998-03-20 19:15:18 +00:00
dev Make this compile again after the changes to the tty subsystem. 1998-03-30 20:10:26 +00:00
fpu Use offsetof() from libkern.h 1998-01-28 02:23:04 +00:00
include cpu_switch is called with an argument. Reflect this in the switchframe. 1998-04-11 17:30:40 +00:00
pc532 Changes for kernels compiled with -mrtd: 1998-04-11 17:44:11 +00:00
stand Boot loader changed addresses due to a size increase and a similar change 1997-11-18 01:19:21 +00:00
Makefile Minor rearrangement to match other files. 1997-10-11 09:12:18 +00:00
To.Do Remove comment on bim.8 man page. 1997-11-10 01:58:10 +00:00