summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/cpu.h
AgeCommit message (Collapse)Author
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD.
2001-09-28No need duplicating defines.Miod Vallat
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
Move it from cpu_startup() to main().
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>Todd T. Fries
add ksyms, proto fix.
1997-11-04remove prototype for fusword(); now in shared m68k cpu.hkstailey
1997-02-14remove stuff that is in <m68k/cpu.h>kstailey
1997-02-13prototypes (strike one)kstailey
1997-02-13prototypeskstailey
1997-01-16all modified code can now compile with -Werror -Wall -Wstrict-prototypeskstailey
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files
1997-01-07backed out prev. netbsd merge except for smaller proc tablekstailey
1996-12-31sync with 17-Dec-1996kstailey
1996-11-08Added protection against multiple inclusions.kstailey
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt