Fix spelling of '#if 0'.

This commit is contained in:
Dmitrij Tejblum 1999-04-24 16:39:52 +00:00
parent ab39fdb694
commit 026c2d70eb

View File

@ -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;