Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include remove duplicated SH3, SH4 define.
details: https://anonhg.NetBSD.org/src/rev/9ace2428e413
branches: trunk
changeset: 526022:9ace2428e413
user: uch <uch%NetBSD.org@localhost>
date: Tue Apr 23 13:59:03 2002 +0000
description:
remove duplicated SH3, SH4 define.
diffstat:
sys/arch/sh3/include/cputypes.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 383a987db389 -r 9ace2428e413 sys/arch/sh3/include/cputypes.h
--- a/sys/arch/sh3/include/cputypes.h Tue Apr 23 13:42:46 2002 +0000
+++ b/sys/arch/sh3/include/cputypes.h Tue Apr 23 13:59:03 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cputypes.h,v 1.5 2002/04/20 19:59:12 thorpej Exp $ */
+/* $NetBSD: cputypes.h,v 1.6 2002/04/23 13:59:03 uch Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -60,12 +60,6 @@
#define CPU_PRODUCT_7750 6
#define CPU_PRODUCT_7750S 7
-#ifdef _LKM
-/* Assume all CPU architectures are valid for LKM's */
-#define SH3 1
-#define SH4 1
-#endif /* _LKM */
-
#ifndef _LOCORE
extern int cpu_arch;
extern int cpu_product;
Home |
Main Index |
Thread Index |
Old Index