diff --git a/sys/arch/mips/atheros/ar5312_intr.c b/sys/arch/mips/atheros/ar5312_intr.c index db74f6a7fa96..497f501e1be3 100644 --- a/sys/arch/mips/atheros/ar5312_intr.c +++ b/sys/arch/mips/atheros/ar5312_intr.c @@ -1,4 +1,4 @@ -/* $Id: ar5312_intr.c,v 1.2 2006/09/04 05:17:26 gdamore Exp $ */ +/* $Id: ar5312_intr.c,v 1.3 2007/02/06 05:39:16 dyoung Exp $ */ /* * Copyright (c) 2006 Urbana-Champaign Independent Media Center. * Copyright (c) 2006 Garrett D'Amore. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.2 2006/09/04 05:17:26 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.3 2007/02/06 05:39:16 dyoung Exp $"); #include #include @@ -126,7 +126,7 @@ const uint32_t ipl_sr_bits[_IPL_N] = { MIPS_INT_MASK, /* 8: IPL_{CLOCK,HIGH} */ }; -const uint32_t mips_ipl_si_to_sr[_IPL_NSOFT] = { +const uint32_t mips_ipl_si_to_sr[] = { MIPS_SOFT_INT_MASK_0, /* IPL_SOFT */ MIPS_SOFT_INT_MASK_0, /* IPL_SOFTCLOCK */ MIPS_SOFT_INT_MASK_0, /* IPL_SOFTNET */ diff --git a/sys/arch/mips/atheros/ar5315_intr.c b/sys/arch/mips/atheros/ar5315_intr.c index c7c88e7650dd..993ee14abc2a 100644 --- a/sys/arch/mips/atheros/ar5315_intr.c +++ b/sys/arch/mips/atheros/ar5315_intr.c @@ -1,4 +1,4 @@ -/* $Id: ar5315_intr.c,v 1.1 2006/09/26 06:37:32 gdamore Exp $ */ +/* $Id: ar5315_intr.c,v 1.2 2007/02/06 05:39:16 dyoung Exp $ */ /* * Copyright (c) 2006 Urbana-Champaign Independent Media Center. * Copyright (c) 2006 Garrett D'Amore. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ar5315_intr.c,v 1.1 2006/09/26 06:37:32 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ar5315_intr.c,v 1.2 2007/02/06 05:39:16 dyoung Exp $"); #include #include @@ -120,7 +120,7 @@ const uint32_t ipl_sr_bits[_IPL_N] = { MIPS_INT_MASK, /* 8: IPL_{CLOCK,HIGH} */ }; -const uint32_t mips_ipl_si_to_sr[_IPL_NSOFT] = { +const uint32_t mips_ipl_si_to_sr[] = { MIPS_SOFT_INT_MASK_0, /* IPL_SOFT */ MIPS_SOFT_INT_MASK_0, /* IPL_SOFTCLOCK */ MIPS_SOFT_INT_MASK_0, /* IPL_SOFTNET */