3 more constants for 68060 access error trap stack frames.

This commit is contained in:
is 1996-05-16 16:51:30 +00:00
parent 9546c59d96
commit d3ad3efef5
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: frame.h,v 1.11 1996/03/12 22:21:51 is Exp $ */
/* $NetBSD: frame.h,v 1.12 1996/05/16 16:51:30 is Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -201,8 +201,11 @@ struct switchframe {
#define FSLW_MA 0x08000000
#define FSLW_LK 0x02000000
#define FSLW_RW 0x01800000
#define FSLW_SIZE 0x00600000
#define FSLW_RW_R 0x01000000
#define FSLW_RW_W 0x00800000
#define FSLW_SIZE 0x00600000
/*
* We better define the FSLW_SIZE values here, as the table given in the
* MC68060UM/AD rev. 0/1 p. 8-23 is wrong, and was corrected in the errata
@ -215,6 +218,9 @@ struct switchframe {
#define FLSW_TT 0x00180000
#define FSLW_TM 0x00070000
#define FSLW_TM_SV 0x00040000
#define FSLW_IO 0x00008000
#define FSLW_PBE 0x00004000