cognet 2005-10-04 20:42:42 UTC
FreeBSD src repository
Modified files:
sys/arm/arm swtch.S
Log:
strd needs the destination to be double-word aligned, but the pointer passed
to savectx isn't always, so always use stmia, savectx isn't called enough
to need that kind of optimization.
Revision Changes Path
1.17 +0 -6 src/sys/arm/arm/swtch.S