summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/pcb.h
AgeCommit message (Expand)Author
2013-01-11Don't include <machine/fp.h> since it no longer existsmatt
2012-12-26Remove pcb_fpstate.matt
2012-12-10Rename pcb_sp/PCB_SP to pcb_ksp/PCB_KSP so that ipsec.c will compile.matt
2012-08-16small rototill.matt
2012-08-14Kill curpcb/ci_curpcb. Use device_t in cpu_info.matt
2012-08-12Rework VFP support to use PCU.matt
2012-08-08Update comment.skrll
2011-04-07Add a define for pcb_user_pid_rwmatt
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-03-15VFP support.rearnsha
2008-01-19With the removal of IPKDB on arm, the undefined stack is only used tochris
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-15ARM cpu_switchto() has been partially broken since yamt-idlelwp was mergedscw
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-27- Document COMPAT_15 as doing nothingmanu
2005-12-11merge ktrace-lwp.christos
2003-10-25Enable alignment faults on arm32 for both kernel and userland.scw
2003-10-13Document the need for pcb32_r8 to be quad-aligned, now that cpuswitch()scw
2003-05-21Remove #ifdefs supporting the old pmap, switching fully to the new.thorpej
2003-04-18Add the generic arm32 bits of the new pmap, contributed by Wasabi Systems.scw
2003-02-23Change pcb32_pagedir to a paddr_t (after all, it's used as a paddr_tthorpej
2002-10-19Undo recent cpu_switch register usage changes in order to decrease nathanw_sabjh21
2002-10-18In cpu_switch(), stack more registers at the start of the function,bjh21
2002-10-12Move curpcb into struct cpu_info in MULTIPROCESSOR kernels.bjh21
2001-11-23- Move more contents of various <machine/vmparam.h> files intothorpej
2001-09-09Don't define pcb_* register macros.toshii
2001-09-03Add a merged <pcb.h> for arm26/arm32.matt