summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/reg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add comment explaining struct reg and struct fpreg must match the trapframe.ssouhlal2004-07-291-0/+2
| | | | Approved by: grehan (mentor)
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
| | | | imgact.h with the other exec support functions.
* Remove __P.alfred2002-03-201-7/+7
| | | | Reveiwed by: benno
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-1/+12
| | | | | | | | | | | | | | | | | {set,fill}_{,fp,db}regs() fixup: - Add dummy {set,fill}_dbregs() on architectures that don't have them. - KSEfy the powerpc versions (struct proc -> struct thread). - Some architectures had the prototypes in md_var.h, some in reg.h, and some in both; for consistency, move them to reg.h on all platforms. These functions aren't really MD (the implementation is MD, but the interface is MI), so they should move to an MI header, but I haven't figured out which one yet. Run-tested on i386, build-tested on Alpha, untested on other platforms.
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-1/+1
| | | | | | recent changes (KSE and VM requiring physmem to be setup). Reviewed by: benno, jhb, julian
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+27
Reviewed by: obrien, dfr Obtained from: NetBSD
OpenPOWER on IntegriCloud