summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/include/cpu.h
AgeCommit message (Expand)Author
2019-11-23cpu_need_resched():ad
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2016-12-17Fix typo "one the" and architecture where appropriate.flxd
2013-10-19make cpu_need_resched() macros consistent; __USE flagschristos
2012-02-02Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL))tsutsui
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-12-22Collect cpu_info and friends and move to m68k/include/cpu.hmatt
2010-06-06fix PR 6724 - convert m68k options to defflag's. this means thatmrg
2009-10-21Remove uarea swap-out functionality:rmind
2008-02-27Remove CTL_MACHDEP_NAMES, it's not used anywhere.xtraeme
2008-01-12Misc cleanup:tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-04Add ci_cpuid where it's missing.ad
2007-05-21Move declarations of m68k common functionstsutsui
2007-05-21Adapt rest of m68k ports to yamt-idlelwp. Compile tested only.tsutsui
2007-05-20Add missing call to lwp_startup() in lwp_trampoline() (which was renamedmhitch
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-16Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch calloutsad
2007-02-09Merge newlock2 to head.ad
2005-12-11merge ktrace-lwp.christos
2004-09-26don't expose cpu_info to userland.yamt
2004-09-22move some per-cpu data definitions to MI place so that they can be modifiedyamt
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-17Merge the nathanw_sa branch.thorpej
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-02-12Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)scw
2001-07-06Ditch the `simulated' software interrupt in favour ofscw
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-05-30use _KERNEL_OPTmrg
2000-11-24Revamp the bus_space(9) implementation:scw
2000-11-20Add support for the m68060-based machines: MVME-172 and MVME-177.scw
2000-09-15Use the complete ethernet address stored in nvram on mvme162/mvme167scw
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-07-24G/C the IIO* #defines. They're no longer needed.scw
2000-05-27Protect against multiple inclusion.scw
2000-05-27s/schedcpu_percpu/schedstate_percpu/scw
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-03-18Merge 'scw_mvme68k_bus_space' branch with the trunk.scw
1999-08-10Define cpu_number() as discussed on tech-smp.thorpej
1999-02-26MVME68K specific part of fix for PR 6152is
1999-02-20Add support for the VMEchip2 and the ncr53c710 SCSI IOP.scw
1999-02-14Merge support for mvme167 into main tree.scw
1998-11-11Changes to support fork_kthread():thorpej
1998-02-13Avoid declaring the "astpending" and "want_resched" globals in cpu.h,scottr
1996-09-12- Use MVME "machine options" to associate MVME models with CPUthorpej
1996-09-12Prototype badaddr().thorpej
1996-09-11Use <m68k/cpu.h>.thorpej
1996-04-26cpu.h: add prototypes (from jason)chuck
1995-12-21Remove deprecated cpu_setstack().mycroft