summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/pcb.h
AgeCommit message (Expand)Author
2003-08-12Cleanup/rework cpu_switch*, switch_exit, Idle routine. Remove pcb_pslmatt
2003-08-12Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacksmatt
2003-03-05Make AltiVec registers available via ptrace/procfs. Simplify AltiVecmatt
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2003-01-19Cast to register_t instead of int to be nicer for LP64.matt
2002-11-03Change _MACHINE_foo_H_ to _POWERPC_foo_H_matt
2002-07-28rearrange the PCB structure a bit so it's easier to look at in ddb.chs
2002-07-05Peform a rototill over the powerpc-based ports.matt
2001-04-30Avoid nesting structure declarations, where the nested structur is used atmartin
2001-03-22Merge my MP tree. At this point, Daystar dual 604 card (i.e. Power Macintoshtsubai
2000-11-25Preliminary AltiVec support.matt
2000-07-06Make it compile with "options MULTIPROCESSOR".tsubai
2000-06-04Add fpreg area in struct md_coredump.tsubai
1999-12-07Fix "FPCSR" to "FPSCR". ("Floating Point Status and Control Register")danw
1998-11-22The last fix in trap.c missed R2.ws
1996-09-30PowerPC portws