Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Remove CPU_ISSUN4MOR4U, CPU_ISSUN4O...



details:   https://anonhg.NetBSD.org/src/rev/84cfa98ee6ff
branches:  trunk
changeset: 534113:84cfa98ee6ff
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 17 04:56:49 2002 +0000

description:
Remove CPU_ISSUN4MOR4U, CPU_ISSUN4OR4C, and CPU_ISSUN4COR4M.

diffstat:

 sys/arch/sparc64/include/param.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 5f34c6456542 -r 84cfa98ee6ff sys/arch/sparc64/include/param.h
--- a/sys/arch/sparc64/include/param.h  Wed Jul 17 04:55:56 2002 +0000
+++ b/sys/arch/sparc64/include/param.h  Wed Jul 17 04:56:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.30 2002/04/18 16:31:47 eeh Exp $ */
+/*     $NetBSD: param.h,v 1.31 2002/07/17 04:56:49 thorpej Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -290,12 +290,9 @@
  */
 
 #define CPU_ISSUN4U    (1)
-#define CPU_ISSUN4MOR4U        (1)
 #define CPU_ISSUN4M    (0)
 #define CPU_ISSUN4C    (0)
 #define CPU_ISSUN4     (0)
-#define CPU_ISSUN4OR4C (0)
-#define CPU_ISSUN4COR4M        (0)
 
 
 #define        PGSHIFT         13              /* log2(NBPG) */



Home | Main Index | Thread Index | Old Index