Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/libsa NBSG is not used in this file so...



details:   https://anonhg.NetBSD.org/src/rev/2c8095f40148
branches:  trunk
changeset: 749873:2c8095f40148
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Dec 11 18:45:05 2009 +0000

description:
NBSG is not used in this file so remove unnecessary comment and include.

diffstat:

 sys/arch/sun68k/stand/libsa/sun3x.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 9a89c8eed379 -r 2c8095f40148 sys/arch/sun68k/stand/libsa/sun3x.c
--- a/sys/arch/sun68k/stand/libsa/sun3x.c       Fri Dec 11 18:42:05 2009 +0000
+++ b/sys/arch/sun68k/stand/libsa/sun3x.c       Fri Dec 11 18:45:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun3x.c,v 1.11 2009/01/12 07:00:59 tsutsui Exp $       */
+/*     $NetBSD: sun3x.c,v 1.12 2009/12/11 18:45:05 tsutsui Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,12 +39,6 @@
 #define get_pte sun3x_get_pte
 #define set_pte sun3x_set_pte
 
-/*
- * We need to get the sun3x NBSG definition, even if we're
- * building this with a different sun68k target.
- */
-#include <arch/sun3/include/param.h>
-
 #include <sys/param.h>
 #include <machine/mon.h>
 



Home | Main Index | Thread Index | Old Index