Module Name:    src
Committed By:   thorpej
Date:           Sat Jan 13 17:07:26 UTC 2024

Modified Files:
        src/sys/arch/m68k/include: frame.h

Log Message:
G/C some unused definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/m68k/include/frame.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/m68k/include/frame.h
diff -u src/sys/arch/m68k/include/frame.h:1.34 src/sys/arch/m68k/include/frame.h:1.35
--- src/sys/arch/m68k/include/frame.h:1.34	Fri Jan 12 23:46:52 2024
+++ src/sys/arch/m68k/include/frame.h	Sat Jan 13 17:07:26 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: frame.h,v 1.34 2024/01/12 23:46:52 thorpej Exp $	*/
+/*	$NetBSD: frame.h,v 1.35 2024/01/13 17:07:26 thorpej Exp $	*/
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -70,10 +70,6 @@
 #define	FMTASIZE	sizeof(struct fmtA)
 #define	FMTBSIZE	sizeof(struct fmtB)
 
-#define	V_BUSERR	0x008
-#define	V_ADDRERR	0x00C
-#define	V_TRAP1		0x084
-
 /* 68010 SSW bits */
 #define SSW1_RR		0x8000
 #define SSW1_IF		0x2000

Reply via email to