summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/cpu.h
AgeCommit message (Expand)Author
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-10-09Implement CPU_INFO_UNIT for everyone, not just MP kernels.Artur Grabowski
2008-08-18Make hardclock() a cpu_dep member. Most machines will use the genericMiod Vallat
2008-08-15Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as anMiod Vallat
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2007-10-10Make context switching much more MI:Artur Grabowski
2007-05-16Switch vax to __HAVE_CPUINFO, based on an incomplete diff from art.Miod Vallat
2007-04-05Reuse symbolic values for splsoftXXX() inlines, instead of hardcoding them.Miod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-07-20Here cometh the blinkenlichten on VAXens.Miod Vallat
2006-01-04add sysctl machdep.console_device supportMartin Reindl
2006-01-02Kill enablertclock.Miod Vallat
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-05-11string cleaning; krw okTheo de Raadt
2002-06-12bdevtomaj worked well, but is no longer needed.Hugh Graham
2002-03-14First round of __P removal in sysTodd C. Miller
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1997-09-12Sync with NetBSD 970827. -mojMats O Jansson
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1996-06-12sync to 0611Theo de Raadt
1996-05-03sync w/ 0430Michael Shalayeff
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt