Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/include Remove unused M68K_SEG_SIZE macro. All...



details:   https://anonhg.NetBSD.org/src/rev/0b4dcdd8fae2
branches:  trunk
changeset: 749794:0b4dcdd8fae2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Dec 08 15:32:01 2009 +0000

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

diffstat:

 sys/arch/m68k/include/pmap_motorola.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 4ca0385588be -r 0b4dcdd8fae2 sys/arch/m68k/include/pmap_motorola.h
--- a/sys/arch/m68k/include/pmap_motorola.h     Tue Dec 08 15:20:20 2009 +0000
+++ b/sys/arch/m68k/include/pmap_motorola.h     Tue Dec 08 15:32:01 2009 +0000
@@ -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
  */



Home | Main Index | Thread Index | Old Index