summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* SMP support for ARMv6/v7 HW watchpointszbb2016-01-281-1/+6
* ARM: Remove trailing whitespace from sys/arm/includemmel2015-11-101-1/+1
* Add two new pmap functions:jah2015-08-041-2/+6
* Stop using VFP in pcpu.h when we mean ARMv6 and later.andrew2015-06-111-3/+3
* Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.andrew2015-06-071-2/+1
* Rework the VFP code that handles demand-based save and restore of state.ian2014-03-091-2/+1
* Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu,cognet2014-02-021-0/+4
* Change the way pcpu and curthread are stored per-core:cognet2014-02-021-7/+20
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-171-1/+1
* Merge from projects/counters:glebius2013-04-081-3/+4
* Use get_pcpu() instead of using pcpup, as it's wrong for SMP.cognet2013-01-091-2/+2
* Merging projects/armv6, part 1gonzo2012-08-151-10/+53
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-0/+4
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.jeff2007-06-061-1/+1
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* There's no need to include <machine/asmacros.h> here.cognet2005-11-081-1/+0
* Directly use __pcpu for PCPU_* instead of pcpup.cognet2004-11-041-3/+4
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+60
OpenPOWER on IntegriCloud