From 2baa6f8e869d0e97089644510dce1b3b841c9944 Mon Sep 17 00:00:00 2001 From: uwe Date: Tue, 7 May 2002 02:38:44 +0000 Subject: [PATCH] Drop SUN4_PGSHIFT and SUN4CM_PGSHIFT. They are already known to .S files from sys/param.h. The problem is that lint stubs are generated with -C (keep comments) and gcc complains about macro redefinition, since "assym.h" doesn't have the comments that "sys/param.h" has. --- sys/arch/sparc/sparc/genassym.cf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/sparc/sparc/genassym.cf b/sys/arch/sparc/sparc/genassym.cf index 0f994c7f7e69..1184b4ee3ab7 100644 --- a/sys/arch/sparc/sparc/genassym.cf +++ b/sys/arch/sparc/sparc/genassym.cf @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.33 2001/12/11 03:43:22 uwe Exp $ +# $NetBSD: genassym.cf,v 1.34 2002/05/07 02:38:44 uwe Exp $ # # Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -113,8 +113,6 @@ include # general constants define BSD BSD -define SUN4_PGSHIFT SUN4_PGSHIFT -define SUN4CM_PGSHIFT SUN4CM_PGSHIFT define USRSTACK USRSTACK # proc fields and values