From b0024b9d6776625c85f96bb8606d2d956823aeb7 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 Jun 2000 23:05:22 +0000 Subject: Consistently protect f28 with noat/at pairs. This may be be necessary. But we are taking the conservative approach at the moment. Reviewed by: mjacob, gallatin --- sys/alpha/alpha/locore.s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s index 510cc46..a7fd573 100644 --- a/sys/alpha/alpha/locore.s +++ b/sys/alpha/alpha/locore.s @@ -277,7 +277,9 @@ LEAF(restorefpstate, 1) ldt $f25, (25 * 8)(t1) ldt $f26, (26 * 8)(t1) ldt $f27, (27 * 8)(t1) + .set noat ldt $f28, (28 * 8)(t1) + .set at ldt $f29, (29 * 8)(t1) ldt $f30, (30 * 8)(t1) -- cgit v1.1