aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Rework the VFP code that handles demand-based save and restore of state.Ian Lepore2014-03-091-2/+1
* Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu,Olivier Houchard2014-02-021-0/+4
* Change the way pcpu and curthread are stored per-core:Olivier Houchard2014-02-021-7/+20
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. ThisAndrew Turner2013-08-171-1/+1
* Merge from projects/counters:Gleb Smirnoff2013-04-081-3/+4
* Use get_pcpu() instead of using pcpup, as it's wrong for SMP.Olivier Houchard2013-01-091-2/+2
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-10/+53
* Remove the unused field "pc_prvspace" from the MD fields for the structOlivier Houchard2008-09-111-6/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-0/+4
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.Jeff Roberson2007-06-061-1/+1
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+2
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* There's no need to include <machine/asmacros.h> here.Olivier Houchard2005-11-081-1/+0
* Directly use __pcpu for PCPU_* instead of pcpup.Olivier Houchard2004-11-041-3/+4
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+60