Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch
On Fri, Jan 16, 2009 at 12:44:44AM +0000, Ben Harris wrote:
>
> 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.
>
There's now an implementation of cpu_intr_p() in both arm/arm_machdep.c
and arm32/arm32_machdep.c, which is breaking the build for acorn32.
Did you forget to delete the cpu_intr_p() from arm32/arm32_machdep.c
with this commit, or would that break other arm platforms?
Home |
Main Index |
Thread Index |
Old Index