Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/prep/prep
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.
Home |
Main Index |
Thread Index |
Old Index