In the light of PRs 7122 & 7123 temporarily define __SWAP_BROKEN until

the problem these bug reports described is fixed and they are closed.
This commit is contained in:
mark 1999-03-22 10:24:04 +00:00
parent 34a92d6f82
commit f88d8c6a35

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.12 1999/01/16 20:11:03 chuck Exp $ */
/* $NetBSD: vmparam.h,v 1.13 1999/03/22 10:24:04 mark Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@ -174,6 +174,15 @@ struct pmap_physseg {
char *attrs; /* attrs array */
};
/*
* XXX
*
* PR port-arm32/7122 and port-arm32/7123 describe a bug relating
* to swapping.
* Until these PR's are resolved and closed disable swapping.
*/
#define __SWAP_BROKEN
#endif /* _ARM32_VMPARAM_H_ */
/* End of vmparam.h */