Quote PR number in XXX comment. No functional change.

This commit is contained in:
pooka 2009-01-30 21:16:51 +00:00
parent 17e9ee6db1
commit 42356a10b5

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr_prf.c,v 1.129 2009/01/02 22:03:00 pooka Exp $ */
/* $NetBSD: subr_prf.c,v 1.130 2009/01/30 21:16:51 pooka Exp $ */
/*-
* Copyright (c) 1986, 1988, 1991, 1993
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.129 2009/01/02 22:03:00 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.130 2009/01/30 21:16:51 pooka Exp $");
#include "opt_ddb.h"
#include "opt_ipkdb.h"
@ -224,7 +224,7 @@ panic(const char *fmt, ...)
if (oci != NULL && oci != ci) {
/* Give interrupts a chance to try and prevent deadlock. */
for (;;) {
#ifndef _RUMPKERNEL /* XXXpooka: temporary build fix */
#ifndef _RUMPKERNEL /* XXXpooka: temporary build fix, see kern/40505 */
DELAY(10);
#endif /* _RUMPKERNEL */
}