summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/cpu.h
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-11-21Restore ci_curpm since it re-enables 603 to working state.matt
2003-09-03Move CLKF_BASEPRI to machine specific <intr.h> file since it depends onmatt
2003-08-18Not all PPC ports (e.g. macppc) equate IPL_NONE with 0.matt
2003-08-12Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacksmatt
2003-08-08Nuke ci_spillstk/CI_SPILLSTK. No longer needed.matt
2003-08-04Make that OEA based kernels can properly deal with kernel ISI faults. Nowmatt
2003-08-02Add symbolic offsets for what's in cpu save locations.matt
2003-07-25Switch ibm4xx over to using the more flexible powerpc bus_space/bus_dma code.scw
2003-03-13Use __asm & __volatile to make lint(1) happy.matt
2003-03-11Add support for the IBM 403GCX cpu. Enabled with "options PPC_IBM403".hannken
2003-03-04Add some missing volatiles.matt
2003-02-10Only include kernel headers if _KERNEL is defined.matt
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-02-02Perform a rototill of the powerpc code. Mandate use of SPRG0 to storematt
2003-01-22Add mfrtcl() and mfrtc(), similar to mftbl() and mftb().kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-25No newlines in string constants.thorpej
2002-09-26In mftb(), make sure we say we are clobbering cr0.matt
2002-08-14Prepare for PPC64. Use register_t for mtmsr/mfmsr since the msr on PPC64matt
2002-08-06move more inlines to cpu.h: mftb(), mftbl() and mfpvr().chs
2002-07-28define CPU_INFO iterators so that the CPU-states sysctl works for MP.chs
2002-07-16Add machdep.powerpc sysctl. Change the default value of powersave to -1matt
2002-07-05Peform a rototill over the powerpc-based ports.matt
2002-03-26Use size_t in prototype (so this will be LP64 clean for PPC64 someday).matt
2002-03-13Add cache_info to cpu_info which provides details about D$ and I$eeh
2002-03-06Move #include <dev/sysmon/sysmonvar.h> inside #ifdef _KERNEL.nathanw
2002-03-03Add sysmon data structures to struct cpu_info.nathanw
2001-12-05fix macppc MULTIPROCESSOR compilation.chs
2001-08-28__syncicache needs to be exports to userspace as well as the kernel.matt
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb
2001-06-06Introduce a new & faster pmap for the MPC6xx (60x, 7xx, 7xxx) PPC CPUs.matt
1999-05-05Add missing CPU_MAXID definition.tsubai
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1998-05-28Rename NetBSD/powerpc to NetBSD/ofppc.sakamoto
1997-11-05asm -> __asm__, volatile -> __volatilethorpej
1997-04-16Definitions for machine_vec interface, from Wolfgang Solfrank.thorpej
1996-09-30PowerPC portws