summaryrefslogtreecommitdiff
path: root/sys/arch/sh/include/cpu.h
AgeCommit message (Expand)Author
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-04-25Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> whichMiod Vallat
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
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-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-05-21Not all cache operations need to be run from P2, so don't do this unlessMiod Vallat
2008-02-11Remove long dead CLKF_BASEPRI which crept in by mistake.Miod Vallat
2007-10-10Make context switching much more MI:Artur Grabowski
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-05-14Switch sh to __HAVE_CPUINFO. The least possible effort for now.Artur Grabowski
2007-04-29machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and relatedMiod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-03Kernel crash dumps and associated libkvm bits for landisk.Miod Vallat
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-01-15power(4) driver for the power switch on many landisk models, hookedMartin Reindl
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-10-06few more filesMichael Shalayeff
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat