From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752178AbbHBUim (ORCPT ); Sun, 2 Aug 2015 16:38:42 -0400 Received: from www.linutronix.de ([62.245.132.108]:58482 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbbHBUil (ORCPT ); Sun, 2 Aug 2015 16:38:41 -0400 Message-Id: <20150802203427.110728870@linutronix.de> User-Agent: quilt/0.63-1 Date: Sun, 02 Aug 2015 20:38:22 -0000 From: Thomas Gleixner To: LKML Cc: x86@kernel.org, Jiang Liu , Peter Zijlstra , Rusty Russell , Bjorn Helgaas Subject: [patch 0/7] x86: Store irq descriptor in vector array X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We store the irq number in the vector array, so we need to lookup the descriptor at every interrupt. We can avoid that by simply storing the interrupt descriptor itself in the vector array. Thanks, tglx