summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/frame.h
Commit message (Collapse)AuthorAgeFilesLines
* <machine/types.> -> <sys/types.h>grehan2002-09-191-1/+1
| | | | Approved by: benno
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-281-0/+5
| | | | | | trap.c to frame.h - Use the macros in vm_machdep.c:cpu_fork() to set up the trap frame of the new thread.
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-291-0/+46
| | | | | | | | | | | Highlights include: - New low-level trap code from NetBSD. The high level code still needs a lot of work. - Fixes for some pmap handling in thread switching. - The kernel will now get to attempting to jump into init in user mode. There are some pmap/trap issues which prevent it from actually getting there though. Obtained from: NetBSD (parts)
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-281-7/+6
|
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-2/+1
| | | | | | recent changes (KSE and VM requiring physmem to be setup). Reviewed by: benno, jhb, julian
* fix RCS ID style nitobrien2001-06-091-1/+1
|
* Minor style tweaks.obrien2001-01-021-5/+7
|
* Beginnings of the powerpc machine dependant includes.benno2000-11-101-0/+93
Reviewed by: obrien Obtained from: NetBSD
OpenPOWER on IntegriCloud