summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/cpu.h
AgeCommit message (Collapse)Author
2002-03-27Need APERTURE so we can read/write pci configuration with securelevel > 0Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright
portions from NetBSD.
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-04Don't explicitly size the intrhand array in the extern declaration (from netbsd)Jason Wright
2001-08-19proto for child_returnArtur Grabowski
2001-08-18 - Don't include sys/sched.h for now.Artur Grabowski
- Our need_resched doesn't take an argument.
2001-08-18Get rid of the opt_ PITA.Artur Grabowski
2001-08-18Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come.Jason Wright