Subject: CVS commit: syssrc/sys/arch/arm/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/09/2002 01:22:47
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed May  8 22:22:46 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/include: cpu.h

Log Message:
Hard-wire CLKF_BASEPRI() to 0 on the ARM, since spllowersoftclock() might
not actually be able to unblock the interrupt, which would cause us
to run the softclock interrupts with hardclock blocked.

Per discussion w/ Charles Hannum.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/arm/include/cpu.h

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