Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/include Add a definition of MID_MACHINE -- ke...
details: https://anonhg.NetBSD.org/src/rev/cf1f55e7a19c
branches: trunk
changeset: 503242:cf1f55e7a19c
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Feb 03 17:18:30 2001 +0000
description:
Add a definition of MID_MACHINE -- kernel cores still need it.
diffstat:
sys/arch/arm26/include/param.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 67938c278fca -r cf1f55e7a19c sys/arch/arm26/include/param.h
--- a/sys/arch/arm26/include/param.h Sat Feb 03 16:49:06 2001 +0000
+++ b/sys/arch/arm26/include/param.h Sat Feb 03 17:18:30 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.7 2000/12/29 23:07:30 bjh21 Exp $ */
+/* $NetBSD: param.h,v 1.8 2001/02/03 17:18:30 bjh21 Exp $ */
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@ -44,6 +44,7 @@
#define MACHINE "arm26"
#define _MACHINE_ARCH arm26
#define MACHINE_ARCH "arm26"
+#define MID_MACHINE MID_ARM6 /* XXX */
/*
* Round p (pointer or byte index) up to a correctly-aligned value
Home |
Main Index |
Thread Index |
Old Index