Moved MID_MACHINE definition from <machine/param.h>
This commit is contained in:
parent
e700a799a3
commit
b234c1aa10
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.1 2002/07/05 13:32:00 scw Exp $ */
|
||||
/* $NetBSD: param.h,v 1.2 2002/07/11 14:08:45 scw Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
|
||||
@ -51,6 +51,12 @@
|
||||
#include <machine/intr.h>
|
||||
#endif
|
||||
|
||||
#ifndef _LP64
|
||||
#define MID_MACHINE MID_SH5_32
|
||||
#else
|
||||
#define MID_MACHINE MID_SH5_64
|
||||
#endif
|
||||
|
||||
/* NetBSD/sh5 is 4KB page */
|
||||
#define PGSHIFT 12
|
||||
#define NBPG (1 << PGSHIFT)
|
||||
|
Loading…
Reference in New Issue
Block a user