Module Name:    src
Committed By:   thorpej
Date:           Wed Dec 27 16:20:39 UTC 2023

Modified Files:
        src/sys/arch/cesfic/cesfic: genassym.cf
        src/sys/arch/hp300/hp300: genassym.cf

Log Message:
No need to export FC_PURGE here.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/cesfic/cesfic/genassym.cf
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hp300/hp300/genassym.cf

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/cesfic/cesfic/genassym.cf
diff -u src/sys/arch/cesfic/cesfic/genassym.cf:1.18 src/sys/arch/cesfic/cesfic/genassym.cf:1.19
--- src/sys/arch/cesfic/cesfic/genassym.cf:1.18	Wed Dec 27 03:03:41 2023
+++ src/sys/arch/cesfic/cesfic/genassym.cf	Wed Dec 27 16:20:39 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.18 2023/12/27 03:03:41 thorpej Exp $
+#	$NetBSD: genassym.cf,v 1.19 2023/12/27 16:20:39 thorpej Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -127,7 +127,6 @@ define	SPL6			PSL_S | PSL_IPL6
 
 # magic
 define	FC_USERD		FC_USERD
-define	FC_PURGE		FC_PURGE
 define	CACHE_ON		CACHE_ON
 define	CACHE_OFF		CACHE_OFF
 define	CACHE_CLR		CACHE_CLR

Index: src/sys/arch/hp300/hp300/genassym.cf
diff -u src/sys/arch/hp300/hp300/genassym.cf:1.48 src/sys/arch/hp300/hp300/genassym.cf:1.49
--- src/sys/arch/hp300/hp300/genassym.cf:1.48	Wed Dec 27 03:03:41 2023
+++ src/sys/arch/hp300/hp300/genassym.cf	Wed Dec 27 16:20:39 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.48 2023/12/27 03:03:41 thorpej Exp $
+#	$NetBSD: genassym.cf,v 1.49 2023/12/27 16:20:39 thorpej Exp $
 
 #
 # Copyright (c) 1982, 1990, 1993
@@ -178,7 +178,6 @@ define	SPL6			PSL_S | PSL_IPL6
 
 # magic
 define	FC_USERD		FC_USERD
-define	FC_PURGE		FC_PURGE
 define	INTIOBASE		INTIOBASE
 define	MMUBASE			MMUBASE
 define	MMUSTAT			MMUSTAT

Reply via email to