Module Name:    src
Committed By:   tsutsui
Date:           Fri Dec 11 18:45:06 UTC 2009

Modified Files:
        src/sys/arch/sun68k/stand/libsa: sun3x.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sun68k/stand/libsa/sun3x.c

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/sun68k/stand/libsa/sun3x.c
diff -u src/sys/arch/sun68k/stand/libsa/sun3x.c:1.11 src/sys/arch/sun68k/stand/libsa/sun3x.c:1.12
--- src/sys/arch/sun68k/stand/libsa/sun3x.c:1.11	Mon Jan 12 07:00:59 2009
+++ src/sys/arch/sun68k/stand/libsa/sun3x.c	Fri Dec 11 18:45:05 2009
@@ -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>
 

Reply via email to