History log of /netbsd-src/sys/arch/arm/arm32/setstack.S (Results 1 – 6 of 6)
Revision Date Author Comments
# ab152917 18-Aug-2013 matt <matt@NetBSD.org>

Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>


# 2d3665a7 16-Feb-2012 christos <christos@NetBSD.org>

don't need arm/cpu.h, we just need the cpureg.h...


# 825088ed 27-Apr-2008 matt <matt@NetBSD.org>

Merge kernel changes in matt-armv6 to HEAD.


# 0d9c87e4 19-Jan-2008 chris <chris@NetBSD.org>

When chaning processor mode on ARM use cpsr_c, rather than cpsr_all.


# fa81e3d7 15-Aug-2002 briggs <briggs@NetBSD.org>

* Use local label names (.Lfoo vs. (Lfoo or foo))
* When moving from cpsr, use "cpsr" instead of "cpsr_all" (which is
provided, but doesn't make sense since mrs doesn't support fields
like msr

* Use local label names (.Lfoo vs. (Lfoo or foo))
* When moving from cpsr, use "cpsr" instead of "cpsr_all" (which is
provided, but doesn't make sense since mrs doesn't support fields
like msr does).

show more ...


# 27f96e84 28-Jul-2001 chris <chris@NetBSD.org>

Move the generic arm32 files into arm/arm32 from arm32/arm32, tested kernel builds on cats and riscpc.