Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove unused MCLOFSET define.



details:   https://anonhg.NetBSD.org/src/rev/68fef92a391f
branches:  trunk
changeset: 533943:68fef92a391f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Jul 11 13:36:45 2002 +0000

description:
Remove unused MCLOFSET define.

diffstat:

 sys/arch/evbmips/include/param.h |  3 +--
 sys/arch/sbmips/include/param.h  |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 56b5860358a4 -r 68fef92a391f sys/arch/evbmips/include/param.h
--- a/sys/arch/evbmips/include/param.h  Thu Jul 11 13:10:16 2002 +0000
+++ b/sys/arch/evbmips/include/param.h  Thu Jul 11 13:36:45 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.2 2002/04/08 14:08:26 simonb Exp $ */
+/*     $NetBSD: param.h,v 1.3 2002/07/11 13:36:45 simonb Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -84,7 +84,6 @@
 #endif /* MCLSHIFT */
 
 #define        MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */
-#define        MCLOFSET        (MCLBYTES - 1)
 
 #ifndef NMBCLUSTERS
 #if defined(_KERNEL_OPT)
diff -r 56b5860358a4 -r 68fef92a391f sys/arch/sbmips/include/param.h
--- a/sys/arch/sbmips/include/param.h   Thu Jul 11 13:10:16 2002 +0000
+++ b/sys/arch/sbmips/include/param.h   Thu Jul 11 13:36:45 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.1 2002/03/06 02:13:45 simonb Exp $ */
+/*     $NetBSD: param.h,v 1.2 2002/07/11 13:36:45 simonb Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -84,7 +84,6 @@
 #endif /* MCLSHIFT */
 
 #define        MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */
-#define        MCLOFSET        (MCLBYTES - 1)
 
 #ifndef NMBCLUSTERS
 #if defined(_KERNEL_OPT)



Home | Main Index | Thread Index | Old Index