summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include/cpu.h
AgeCommit message (Expand)Author
2011-06-20Don't expose port-specific if _MODULE is defined.matt
2008-04-08SMP support for ofppc. (finally) Much thanks to Matt Thomas for help ingarbled
2008-02-07Add some simple code to print out what the OFW thinks the cachegarbled
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-01Put the declaration of cpu_softc and #include of sys/device.h insidepavel
2002-09-18implement device_register() for ofppc.chs
2001-10-22Begin the task of splitting up the ofppc port into common codethorpej
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-05-30use _KERNEL_OPTmrg
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-04-12splimp -> splvmthorpej
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2000-12-14Partial syscall cleanup, as per other ports.mycroft
2000-11-16Need to provide CACHELINESIZE in _STANDALONE environments, too.thorpej
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
1999-08-10Define cpu_number() as discussed on tech-smp.thorpej
1999-08-05Change the semantics of splsoftclock() to be like other spl*() functions,thorpej
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws
1997-11-05asm -> __asm__, volatile -> __volatilethorpej
1997-04-16Definitions for machine_vec interface, from Wolfgang Solfrank.thorpej
1996-09-30PowerPC portws