diff options
| -rw-r--r-- | sys/alpha/alpha/dec_st550.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dec_st550.c b/sys/alpha/alpha/dec_st550.c index b7e186a86e87..853730c2ec8f 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; |
