From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752759AbbIKKyp (ORCPT ); Fri, 11 Sep 2015 06:54:45 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:25674 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751908AbbIKKyn (ORCPT ); Fri, 11 Sep 2015 06:54:43 -0400 X-IronPort-AV: E=Sophos;i="5.17,511,1437436800"; d="scan'208";a="302948841" Message-ID: <1441968881.3549.20.camel@citrix.com> Subject: Re: [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1 From: Ian Campbell To: Julien Grall , Marc Zyngier , Thomas Gleixner , Jason Cooper , Pranavkumar Sawargaonkar CC: , Eric Auger , , Jiang Liu , Christoffer Dall , , , Stefano Stabellini Date: Fri, 11 Sep 2015 11:54:41 +0100 In-Reply-To: <55F1AE75.6000405@citrix.com> References: <1440604845-28229-1-git-send-email-marc.zyngier@arm.com> <1440604845-28229-4-git-send-email-marc.zyngier@arm.com> <55F08731.3050402@citrix.com> <55F15353.2000800@arm.com> <55F1AE75.6000405@citrix.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-09-10 at 17:23 +0100, Julien Grall wrote: > I applied the two patches on top of linus/master and I'm able to boot > correctly on X-gene. Thank you! Perhaps we should replicate this approach in Xen and get rid of PLATFORM_QUIRK_GIC_64K_STRIDE? Ian.