Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   bjh21
Date:           Fri Jan 16 00:44:44 UTC 2009

Modified Files:
        src/sys/arch/acorn26/acorn26: irq.c machdep.c
        src/sys/arch/arm/arm: arm_machdep.c
        src/sys/arch/arm/arm32: arm32_machdep.c

Log Message:
acorn26 and arm32 have identical versions of cpu_need_resched().  Unify them.
Similarly, with a small tweak acorn26 can use the same cpu_intr_p() as arm32,
so those can be unified too.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/acorn26/acorn26/irq.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/acorn26/acorn26/machdep.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/arm/arm/arm_machdep.c
cvs rdiff -r1.59 -r1.60 src/sys/arch/arm/arm32/arm32_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index