From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 03 Sep 2013 18:24:10 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:59330 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6827343Ab3ICQYINn6eP (ORCPT ); Tue, 3 Sep 2013 18:24:08 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r83GO5Qo018714; Tue, 3 Sep 2013 18:24:05 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r83GO4BP018713; Tue, 3 Sep 2013 18:24:04 +0200 Date: Tue, 3 Sep 2013 18:24:04 +0200 From: Ralf Baechle To: "Steven J. Hill" Cc: linux-mips@linux-mips.org, David Daney Subject: Re: [PATCH] MIPS: Octeon: Move declaration of 'fixup_irqs' to common header. Message-ID: <20130903162404.GA18566@linux-mips.org> References: <1374730817-9040-1-git-send-email-Steven.Hill@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374730817-9040-1-git-send-email-Steven.Hill@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37751 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, Jul 25, 2013 at 12:40:17AM -0500, Steven J. Hill wrote: > To prepare for CPU hotplug of CM-based platforms. But for the time being this is all Octeon-specific code - and without seeing the patches for the other CM-based platforms I don't even know if that fixup_irqs() function really serves the same purpose, so I've added an octeon_ prefix to the function's name and moved its declaration to a header file. Ralf