From patchwork Tue Jun 29 07:29:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUJITA Tomonori X-Patchwork-Id: 108520 X-Patchwork-Delegate: deller@gmx.de Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5T7TwJ9017369 for ; Tue, 29 Jun 2010 07:29:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752778Ab0F2H3X (ORCPT ); Tue, 29 Jun 2010 03:29:23 -0400 Received: from sh.osrg.net ([192.16.179.4]:50510 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753747Ab0F2H3V (ORCPT ); Tue, 29 Jun 2010 03:29:21 -0400 Received: from localhost (rose.osrg.net [10.76.0.1]) by sh.osrg.net (8.14.3/8.14.3/OSRG-NET) with ESMTP id o5T7T1jh011270; Tue, 29 Jun 2010 16:29:04 +0900 Date: Tue, 29 Jun 2010 16:29:04 +0900 To: kyle@mcmartin.ca Cc: linux-parisc@vger.kernel.org, deller@gmx.de, jejb@parisc-linux.org, linux-kernel@vger.kernel.org Subject: [PATCH] parisc: remove homegrown L1_CACHE_ALIGN macro From: FUJITA Tomonori Mime-Version: 1.0 Message-Id: <20100629162611B.fujita.tomonori@lab.ntt.co.jp> Lines: 23 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 29 Jun 2010 07:29:58 +0000 (UTC) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (sh.osrg.net [192.16.179.4]); Tue, 29 Jun 2010 16:29:04 +0900 (JST) X-Virus-Scanned: clamav-milter 0.96.1 at sh X-Virus-Status: Clean Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org diff --git a/arch/parisc/include/asm/cache.h b/arch/parisc/include/asm/cache.h index 45effe6..a050f9f 100644 --- a/arch/parisc/include/asm/cache.h +++ b/arch/parisc/include/asm/cache.h @@ -24,8 +24,6 @@ #ifndef __ASSEMBLY__ -#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) - #define SMP_CACHE_BYTES L1_CACHE_BYTES #define __read_mostly __attribute__((__section__(".data..read_mostly")))