diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-15 10:37:37 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-15 10:37:37 +0000 |
commit | 960cb4b13e4b20cd42173fb2184eec4beec514e6 (patch) | |
tree | d11560448ef7a42927e6ef0baa51175c32047e6d /sys/arch/mips64/include | |
parent | 922f9a7f420119ca3c5571df231c4c7d07ae39bf (diff) |
Add back the broken swap. This needs to be checked why it has to
(or not) be there. Meanwhile leave it in.
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/types.h | 5 |
1 files changed, 4 insertions, 1 deletions
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_ */ |