summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-04-24 16:39:52 +0000
committerdt <dt@FreeBSD.org>1999-04-24 16:39:52 +0000
commite45052d14872d12123bedd0296c1d7277b112f71 (patch)
tree175e126c2dbaaa4863d7c1b2f240b3f83319f373
parentcb803ec709ca5799b2a5d1d8af1f85c6212f665a (diff)
downloadFreeBSD-src-e45052d14872d12123bedd0296c1d7277b112f71.zip
FreeBSD-src-e45052d14872d12123bedd0296c1d7277b112f71.tar.gz
Fix spelling of '#if 0'.
-rw-r--r--sys/alpha/alpha/dec_st550.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dec_st550.c b/sys/alpha/alpha/dec_st550.c
index b7e186a..853730c 100644
--- a/sys/alpha/alpha/dec_st550.c
+++ b/sys/alpha/alpha/dec_st550.c
@@ -215,7 +215,7 @@ pyxis_intr_enable(irq)
REGVAL64(PYXIS_INT_MASK) = temp;
alpha_mb();
temp = REGVAL64(PYXIS_INT_MASK);
-#ifdef 0
+#if 0
printf("pyxis_intr_enable: enabling %d, current mask= ", irq);
{
int i;
OpenPOWER on IntegriCloud