Subject: CVS commit: syssrc/sys/arch/prep/prep
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 02/12/2002 01:01:38
Module Name: syssrc
Committed By: kleink
Date: Mon Feb 11 23:01:38 UTC 2002
Modified Files:
syssrc/sys/arch/prep/prep: machdep.c
Log Message:
When enabling hardware interrupts at the end of cpu_startup(), cannot be
used to mask them off for deferred processing as autoconfiguration hasn't
even started and thus the IPL_HIGH mask hasn't been calculated yet.
Instead, set the current mask manually to all-masked using splraise().
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/arch/prep/prep/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.