Module Name: src Committed By: martin Date: Sun May 31 11:34:01 UTC 2009
Modified Files: src/sys/arch/mips/alchemy: au_icu.c Log Message: Per discussion with <simonb> also block the interrupts from icu 1 for splvm(), even if we don't currently support any handlers for gpio interrupts. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mips/alchemy/au_icu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/alchemy/au_icu.c diff -u src/sys/arch/mips/alchemy/au_icu.c:1.24 src/sys/arch/mips/alchemy/au_icu.c:1.25 --- src/sys/arch/mips/alchemy/au_icu.c:1.24 Sun May 31 09:39:10 2009 +++ src/sys/arch/mips/alchemy/au_icu.c Sun May 31 11:34:01 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: au_icu.c,v 1.24 2009/05/31 09:39:10 martin Exp $ */ +/* $NetBSD: au_icu.c,v 1.25 2009/05/31 11:34:01 martin Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: au_icu.c,v 1.24 2009/05/31 09:39:10 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: au_icu.c,v 1.25 2009/05/31 11:34:01 martin Exp $"); #include "opt_ddb.h" @@ -100,7 +100,9 @@ MIPS_SOFT_INT_MASK_0| MIPS_SOFT_INT_MASK_1| MIPS_INT_MASK_0| - MIPS_INT_MASK_1, /* 3: IPL_VM */ + MIPS_INT_MASK_1| + MIPS_INT_MASK_2| + MIPS_INT_MASK_3, /* 3: IPL_VM */ MIPS_SOFT_INT_MASK_0| MIPS_SOFT_INT_MASK_1| MIPS_INT_MASK_0|