diff options
author | 1999-01-26 20:36:15 +0000 | |
---|---|---|
committer | 1999-01-26 20:36:15 +0000 | |
commit | c06ebb5a4e483dc114e7014b3b503993cb191bd6 (patch) | |
tree | e61b1748d90bfa50180d73a1214bd5942b7ed717 | |
parent | Arc is mips based, not m68k based (diff) | |
download | wireguard-openbsd-c06ebb5a4e483dc114e7014b3b503993cb191bd6.tar.xz wireguard-openbsd-c06ebb5a4e483dc114e7014b3b503993cb191bd6.zip |
pmax is also mips based
-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> |