From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932215AbWGKW2H (ORCPT ); Tue, 11 Jul 2006 18:28:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932216AbWGKW2H (ORCPT ); Tue, 11 Jul 2006 18:28:07 -0400 Received: from ns1.suse.de ([195.135.220.2]:19658 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932215AbWGKW2F (ORCPT ); Tue, 11 Jul 2006 18:28:05 -0400 To: ebiederm@xmission.com (Eric W. Biederman) Cc: Dave Olson , , Benjamin Herrenschmidt , discuss@x86-64.org Subject: Re: [PATCH 2/2] Initial generic hypertransport interrupt support. References: From: Andi Kleen Date: 12 Jul 2006 00:27:54 +0200 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org ebiederm@xmission.com (Eric W. Biederman) writes: > This patch implements two functions ht_create_irq and ht_destroy_irq > for use by drivers. Several other functions are implemented as helpers > for arch specific irq_chip handlers. What do you want to use it for? Normally all HT configuration should be handled by the BIOS and not messed with by the kernel. -Andi