From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 21 08:40:01 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 518016DF for ; Mon, 21 Jan 2013 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 290862F7 for ; Mon, 21 Jan 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0L8e1xu025341 for ; Mon, 21 Jan 2013 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0L8e1xV025337; Mon, 21 Jan 2013 08:40:01 GMT (envelope-from gnats) Date: Mon, 21 Jan 2013 08:40:01 GMT Message-Id: <201301210840.r0L8e1xV025337@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: "Sergey V. Dyatko" Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) X-Mailman-Approved-At: Mon, 21 Jan 2013 12:27:00 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Sergey V. Dyatko" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 08:40:01 -0000 The following reply was made to PR amd64/174409; it has been noted by GNATS. From: "Sergey V. Dyatko" To: bug-followup@FreeBSD.org, Andriy Gapon Cc: Subject: Re: amd64/174409: stopping during resume caused by io_apic.c change(r243764) Date: Mon, 21 Jan 2013 11:31:32 +0300 Hi, Today I revert io_apic.c to r227309 and resume works for me. head, amd64 r227309:245694 -- wbr, tiger