Add a new debugging #define: RF_DEBUG_STRIPELOCK

This commit is contained in:
oster 2002-09-11 02:51:21 +00:00
parent 9401012487
commit fc178c4727
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_archs.h,v 1.13 2002/07/13 20:14:33 oster Exp $ */
/* $NetBSD: rf_archs.h,v 1.14 2002/09/11 02:51:21 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -112,6 +112,10 @@
#define RF_DEBUG_VALIDATE_DAG 0
#endif
#ifndef RF_DEBUG_STRIPELOCK
#define RF_DEBUG_STRIPELOCK 0
#endif
#include "rf_options.h"
#endif /* !_RF__RF_ARCHS_H_ */