Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/sparc Drop SUN4_PGSHIFT and SUN4CM_PGSHIFT. ...



details:   https://anonhg.NetBSD.org/src/rev/e011a4931d28
branches:  trunk
changeset: 526617:e011a4931d28
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue May 07 02:38:44 2002 +0000

description:
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.

diffstat:

 sys/arch/sparc/sparc/genassym.cf |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 152fc45470e2 -r e011a4931d28 sys/arch/sparc/sparc/genassym.cf
--- a/sys/arch/sparc/sparc/genassym.cf  Tue May 07 02:29:52 2002 +0000
+++ b/sys/arch/sparc/sparc/genassym.cf  Tue May 07 02:38:44 2002 +0000
@@ -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 @@
 
 # general constants
 define BSD             BSD
-define SUN4_PGSHIFT    SUN4_PGSHIFT
-define SUN4CM_PGSHIFT  SUN4CM_PGSHIFT
 define USRSTACK        USRSTACK
 
 # proc fields and values



Home | Main Index | Thread Index | Old Index