CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/04/04 03:13:44
Modified files: sys/arch/arm/arm: bcopyinout.S copystr.S cpuswitch7.S irq_dispatch.S locore.S sys/arch/arm/include: cpu.h Log message: Store curcpu pointer in TPIDRPRW. This will especially be helpful in future multiprocessor efforts. ok jsg@