Date: Fri, 14 Nov 2003 10:46:18 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 42350 for review Message-ID: <200311141846.hAEIkIap057379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42350 Change 42350 by peter@peter_overcee on 2003/11/14 10:46:16 converge with -current a bit. I dont know if jhb intends to commit this change that I originally picked up via jhb_acpipci or not. Affected files ... .. //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#9 edit Differences ... ==== //depot/projects/hammer/sys/amd64/amd64/intr_machdep.c#9 (text+ko) ==== @@ -106,7 +106,6 @@ } intrcnt_register(isrc); interrupt_sources[vector] = isrc; - isrc->is_pic->pic_enable_intr(isrc); mtx_unlock_spin(&intr_table_lock); return (0); } @@ -132,6 +131,7 @@ ithread_priority(flags), flags, cookiep); if (error == 0) { intrcnt_updatename(isrc); + isrc->is_pic->pic_enable_intr(isrc); isrc->is_pic->pic_enable_source(isrc); } return (error);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141846.hAEIkIap057379>