Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/arm26
Module Name: syssrc
Committed By: bjh21
Date: Sat Aug 25 17:55:25 UTC 2001
Modified Files:
syssrc/sys/arch/arm26/arm26: autoconf.c start.c
syssrc/sys/arch/arm26/include: machdep.h
Log Message:
Add fiq_on() and fiq_off(), to enable and disable FIQs at the CPU.
Call fiq_off() from start() and fiq_on() from cpu_configure(), so we're certain
not to get any FIQs during autoconfiguration.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm26/arm26/autoconf.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/arm26/start.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm26/include/machdep.h
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