Add missing TBIA() definition for 68030-only machine.

This commit is contained in:
itohy 1999-09-27 04:43:40 +00:00
parent 60acf2e610
commit a5c3c08c66
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cacheops.h,v 1.5 1999/09/25 19:27:36 is Exp $ */
/* $NetBSD: cacheops.h,v 1.6 1999/09/27 04:43:40 itohy Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -64,6 +64,7 @@
#elif defined(M68030) && !(defined(M68020)||defined(M68040)||defined(M68060))
#define TBIA() TBIA_30()
#define TBIS(va) TBIS_30((va))
#define TBIAS() TBIAS_30()
#define TBIAU() TBIAU_30()