Be more precise about the conditions which describe sitting at the VAX 3900 boot rom character prompt to enable CPU idling there.
This commit is contained in:
parent
d291a6e838
commit
ca37549a22
1 changed files with 1 additions and 0 deletions
|
@ -2181,6 +2181,7 @@ for ( ;; ) {
|
||||||
BRANCHB (brdisp);
|
BRANCHB (brdisp);
|
||||||
if (((PSL & PSL_IS) != 0) && /* on IS? */
|
if (((PSL & PSL_IS) != 0) && /* on IS? */
|
||||||
(PSL_GETIPL (PSL) == 0x1F) && /* at IPL 31 */
|
(PSL_GETIPL (PSL) == 0x1F) && /* at IPL 31 */
|
||||||
|
(mapen == 0) && /* Running from ROM */
|
||||||
(fault_PC == 0x2004361B)) /* Boot ROM Character Prompt */
|
(fault_PC == 0x2004361B)) /* Boot ROM Character Prompt */
|
||||||
cpu_idle();
|
cpu_idle();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue