From 960cb4b13e4b20cd42173fb2184eec4beec514e6 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Sun, 15 Aug 2004 10:37:37 +0000 Subject: Add back the broken swap. This needs to be checked why it has to (or not) be there. Meanwhile leave it in. --- sys/arch/mips64/include/types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/mips64/include') diff --git a/sys/arch/mips64/include/types.h b/sys/arch/mips64/include/types.h index 9107f33dc96..9db319333e5 100644 --- a/sys/arch/mips64/include/types.h +++ b/sys/arch/mips64/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.2 2004/08/09 14:57:26 pefo Exp $ */ +/* $OpenBSD: types.h,v 1.3 2004/08/15 10:37:36 pefo Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -91,4 +91,7 @@ typedef struct label_t { } label_t; #endif +/* XXX check why this still has to be defined. pmap.c issue? */ +#define __SWAP_BROKEN + #endif /* !_MIPS_TYPES_H_ */ -- cgit v1.2.3