From patchwork Fri Aug 31 18:29:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 1394181 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 009EE3FDF5 for ; Fri, 31 Aug 2012 18:32:30 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T7VyX-0003T0-GU; Fri, 31 Aug 2012 18:29:49 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T7VyL-0003Qn-KN for linux-arm-kernel@lists.infradead.org; Fri, 31 Aug 2012 18:29:38 +0000 Received: by mail-pb0-f49.google.com with SMTP id rq8so5554019pbb.36 for ; Fri, 31 Aug 2012 11:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=nkBQnF6QX7yId4izHPBia4GqCRy40mrzH+isHPASiZE=; b=KiBMOjt/mJIUhDetWY//PBo982EOcssvLap9fReZWZV+UbpGQcP/p2YxQ3l0Wsz1WX Z0NhZAYE5Igbndn27Ex4y7atkwm5vHBlhExe5Tju0RlKXq5VLSqhm6CvIss+kUYJntpX kUwvlW80HS6W0HCwElXPc5BYsLM7EtNLlWMMS5xRNFItY9P9XdoASh0T+ejmgj3Aiv/K jY8qa7Hnk5Hf0mbqX8dMUsfBWlr6oA+3lCYUF0iiQgVhVVMfTxKDYhDnE7cuvanzecUb RQtgEY13J3qHeTO8rJkYkyoj6QvrahPP5IA56m9+IGEsXK4hRPmcSL0iA4aIYhnZuG1f dbMA== Received: by 10.66.90.1 with SMTP id bs1mr16742013pab.13.1346437777312; Fri, 31 Aug 2012 11:29:37 -0700 (PDT) Received: from rob-laptop.msi.event ([38.96.16.75]) by mx.google.com with ESMTPS id iq3sm3931949pbc.5.2012.08.31.11.29.31 (version=SSLv3 cipher=OTHER); Fri, 31 Aug 2012 11:29:35 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org, Russell King Subject: [PATCH 2/3] ARM: highbank: move debug macros to include/debug Date: Fri, 31 Aug 2012 13:29:20 -0500 Message-Id: <1346437761-17039-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1346437761-17039-1-git-send-email-robherring2@gmail.com> References: <1346437761-17039-1-git-send-email-robherring2@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Olof Johansson , Rob Herring , Arnd Bergmann X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Rob Herring Move highbank debug-macro.S over to common debug macro directory. Signed-off-by: Rob Herring --- arch/arm/Kconfig.debug | 1 + .../debug-macro.S => include/debug/highbank.S} | 0 2 files changed, 1 insertion(+) rename arch/arm/{mach-highbank/include/mach/debug-macro.S => include/debug/highbank.S} (100%) diff --git a/arch/arm/mach-highbank/include/mach/debug-macro.S b/arch/arm/include/debug/highbank.S similarity index 100% rename from arch/arm/mach-highbank/include/mach/debug-macro.S rename to arch/arm/include/debug/highbank.S diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 71bbda2..71214ab 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -376,6 +376,7 @@ endchoice config DEBUG_LL_INCLUDE string default "debug/icedcc.S" if DEBUG_ICEDCC + default "debug/highbank.S" if DEBUG_HIGHBANK_UART default "mach/debug-macros.S" config EARLY_PRINTK