summaryrefslogtreecommitdiff
path: root/sys/arch/prep/include/cpu.h
AgeCommit message (Expand)Author
2011-06-20Don't expose port-specific if _MODULE is defined.matt
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2006-03-16More changes to prep port:garbled
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-05-30use _KERNEL_OPTmrg
2000-12-14Partial syscall cleanup, as per other ports.mycroft
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-02-29Initial import prep port.nonaka