summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include/cpu.h
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-13add some definitions for P[VR]R registermsaitoh
2002-05-07Make CLKF_INTR() slightly less broken. The previous definition alwaysthorpej
2002-04-28Use "#define<tab>", white space nits.uch
2002-04-26add SH4 Processor Version Registermsaitoh
2002-03-24Rework interrupt code.uch
2002-03-17cosmetic changes, fix comments.uch
2002-03-17change to per-process AST.uch
2002-03-08cpu_swapout() moved to cpu.huch
2002-03-04CTL_MACHDEP definitions are integrated into sh3/include/cpu.h again.uch
2002-03-03machine dependent sysctl are moved to machine/cpu.huch
2002-02-28cpu_dumpconf, reserve_dumppages, dumpsys, cpu_reset are moved to sh3/sh3_mach...uch
2002-02-24Move common exception vector and scheduler code touch
2002-02-22New NetBSD/sh3 clock framework.uch
2002-02-19Clean up function declaration.uch
2002-02-17Add new MMU API. for detail, see sh3/mmu.h's comment.uch
2002-02-12ANSIfy KNF.uch
2002-02-11add useful macro for running P2, P1 area.uch
2001-06-24fix KERNELMODE() macro (check MD bits, too)msaitoh
2001-05-30use _KERNEL_OPTmrg
2001-02-02Add some comments about P/USEGthorpej
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-06-07Remove child_return prototype; it is now in sys/proc.h.tsubai
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-02-24SH4!msaitoh
2000-01-14add SH3_{PHYS,P1SEG,P2SEG}_TO_{PHYS,P1SEG,P2SEG} macrosmsaitoh
1999-12-24back to previous one (suggested by cgd)msaitoh
1999-12-21move sysctl definitions into ${MACHINE}/include/cpu.hmsaitoh
1999-12-21G.C.msaitoh
1999-09-14Catch up with -current.tsubai
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun