Fix typo(?) in dlmiss handler ("store" bit erronenously set). From

Kazuki Sakamoto <sakamoto@cec.co.jp>, PR #3583.
This commit is contained in:
thorpej 1997-08-29 19:11:07 +00:00
parent 2d672c5c0e
commit 417cce7c06
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.3 1997/04/16 22:18:55 thorpej Exp $ */
/* $NetBSD: locore.S,v 1.4 1997/08/29 19:11:07 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -687,7 +687,7 @@ _C_LABEL(tlbdlmiss):
b 1b
5: /* not found anywhere */
mfsrr1 3
lis 1,0x42000000@h /* set dsisr<1> to flag pte not found */
lis 1,0x40000000@@h /* set dsisr<1> to flag pte not found */
mtctr 0 /* restore counter */
andi. 2,3,0xffff /* clean upper srr1 */
mtsrr1 2

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.3 1997/04/16 22:18:55 thorpej Exp $ */
/* $NetBSD: locore.S,v 1.4 1997/08/29 19:11:07 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -687,7 +687,7 @@ _C_LABEL(tlbdlmiss):
b 1b
5: /* not found anywhere */
mfsrr1 3
lis 1,0x42000000@h /* set dsisr<1> to flag pte not found */
lis 1,0x40000000@@h /* set dsisr<1> to flag pte not found */
mtctr 0 /* restore counter */
andi. 2,3,0xffff /* clean upper srr1 */
mtsrr1 2