diff options
author | imp <imp@cvs.openbsd.org> | 1999-01-26 20:36:16 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1999-01-26 20:36:16 +0000 |
commit | 9158de6d24bf9212c5537d90a30927552f8660ca (patch) | |
tree | cb5c01e8962957d985a10b989635e85ca7ae4a5a /sys | |
parent | 5b1b3765eba4e10bceb07f196ab0d1c4f8ec7dc1 (diff) |
pmax is also mips based
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pmax/include/spinlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/spinlock.h b/sys/arch/pmax/include/spinlock.h index 90b328791c9..29c44a9e707 100644 --- a/sys/arch/pmax/include/spinlock.h +++ b/sys/arch/pmax/include/spinlock.h @@ -1,3 +1,3 @@ -/* $OpenBSD: spinlock.h,v 1.1 1999/01/21 03:02:00 millert Exp $ */ +/* $OpenBSD: spinlock.h,v 1.2 1999/01/26 20:36:15 imp Exp $ */ -#include <m68k/spinlock.h> +#include <mips/spinlock.h> |