Module Name:    src
Committed By:   tsutsui
Date:           Tue Dec  8 15:32:01 UTC 2009

Modified Files:
        src/sys/arch/m68k/include: pmap_motorola.h

Log Message:
Remove unused M68K_SEG_SIZE macro. All sources use NBSEG directly.

XXX: It looks NBSEG definitions in <machine/param.h>
XXX: for all m68k port are incorrect, since 1997 or 2002.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/m68k/include/pmap_motorola.h

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/m68k/include/pmap_motorola.h
diff -u src/sys/arch/m68k/include/pmap_motorola.h:1.24 src/sys/arch/m68k/include/pmap_motorola.h:1.25
--- src/sys/arch/m68k/include/pmap_motorola.h:1.24	Sun Dec  6 06:41:30 2009
+++ src/sys/arch/m68k/include/pmap_motorola.h	Tue Dec  8 15:32:01 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap_motorola.h,v 1.24 2009/12/06 06:41:30 tsutsui Exp $	*/
+/*	$NetBSD: pmap_motorola.h,v 1.25 2009/12/08 15:32:01 tsutsui Exp $	*/
 
 /* 
  * Copyright (c) 1991, 1993
@@ -80,8 +80,6 @@
 #include <machine/cpu.h>
 #include <machine/pte.h>
 
-#define M68K_SEG_SIZE	NBSEG
-
 /*
  * Pmap stuff
  */

Reply via email to