Module Name: src Committed By: msaitoh Date: Tue Jun 23 10:00:13 UTC 2015
Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Fix a bug that an interrupt mask is "un"masked in intr_"dis"establish_xcall(). It's not intended. - If there is no any handler, 1) do delroute because it has no any source and 2) dont' hwunmask to prevent spurious interrupt. - If there is any handler, 1) don't delroute because it has source and 2) do hwunmask to be able to get interrupt again. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.