Add a definition of MID_MACHINE -- kernel cores still need it.

This commit is contained in:
bjh21 2001-02-03 17:18:30 +00:00
parent 579a1c26ca
commit 74591d814f
1 changed files with 2 additions and 1 deletions

View File

@ -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. * Copyright (c) 1994,1995 Mark Brinicombe.
@ -44,6 +44,7 @@
#define MACHINE "arm26" #define MACHINE "arm26"
#define _MACHINE_ARCH arm26 #define _MACHINE_ARCH 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 * Round p (pointer or byte index) up to a correctly-aligned value