From patchwork Fri Sep 18 19:59:03 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Morton X-Patchwork-Id: 33887 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 4A598B7B74 for ; Sat, 19 Sep 2009 05:59:33 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755089AbZIRT72 (ORCPT ); Fri, 18 Sep 2009 15:59:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757257AbZIRT71 (ORCPT ); Fri, 18 Sep 2009 15:59:27 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46766 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756280AbZIRT71 (ORCPT ); Fri, 18 Sep 2009 15:59:27 -0400 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [140.211.169.55]) by smtp1.linux-foundation.org (8.14.2/8.13.5/Debian-3ubuntu1.1) with ESMTP id n8IJx3au009328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Sep 2009 12:59:04 -0700 Received: from localhost.localdomain (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id n8IJx3qh005792; Fri, 18 Sep 2009 12:59:03 -0700 Message-Id: <200909181959.n8IJx3qh005792@imap1.linux-foundation.org> Subject: [patch 1/1] sparc32: convert to asm-generic/hardirq.h To: davem@davemloft.net Cc: sparclinux@vger.kernel.org, akpm@linux-foundation.org, hch@lst.de From: akpm@linux-foundation.org Date: Fri, 18 Sep 2009 12:59:03 -0700 MIME-Version: 1.0 X-Spam-Status: No, hits=-3.513 required=5 tests=AWL, BAYES_00, OSDL_HEADER_SUBJECT_BRACKETED X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.13 Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org From: Christoph Hellwig Signed-off-by: Christoph Hellwig Cc: "David S. Miller" Signed-off-by: Andrew Morton --- arch/sparc/include/asm/hardirq_32.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff -puN arch/sparc/include/asm/hardirq_32.h~sparc32-convert-to-asm-generic-hardirqh arch/sparc/include/asm/hardirq_32.h --- a/arch/sparc/include/asm/hardirq_32.h~sparc32-convert-to-asm-generic-hardirqh +++ a/arch/sparc/include/asm/hardirq_32.h @@ -7,17 +7,7 @@ #ifndef __SPARC_HARDIRQ_H #define __SPARC_HARDIRQ_H -#include -#include -#include - -/* entry.S is sensitive to the offsets of these fields */ /* XXX P3 Is it? */ -typedef struct { - unsigned int __softirq_pending; -} ____cacheline_aligned irq_cpustat_t; - -#include /* Standard mappings for irq_cpustat_t above */ - #define HARDIRQ_BITS 8 +#include #endif /* __SPARC_HARDIRQ_H */