summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/pcb.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user land -> userland; from Rob Piercederaadt2015-10-051-2/+2
|
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-11/+1
| | | | | | | | | | | delete coredump_trad(), uvm_coredump(), cpu_coredump(), struct md_coredump, and various #includes that are superfluous. This leaves compat_linux processes without a coredump callback. If that ability is desired, someone should update it to use coredump_elf32() and verify the results... ok kettenis@
* Use `long' instead of `int' in structure layouts which may get assigned frommiod2013-07-171-23/+23
| | | | | | (or to) register_t, but need to be usable without register_t in scope, so that the compiler won't warn about these assignments after the recent _types.h changes; aoyama@
* Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or othermiod2007-11-171-23/+23
| | | | appropriate types. No functional change.
* Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>miod2007-01-131-53/+3
| | | | in its exception-related contents and pcb-related contents.
* Stop saving and restoring the current ipl in the pcb when switching processes,miod2006-11-181-2/+2
| | | | since we know we are at splsched().
* Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0miod2005-12-031-2/+2
| | | | | on all running processors. Tested aoyama@ and I
* Start factorizing luna88k and mvme88k common parts.miod2004-04-261-0/+149
For now, include files only.