From patchwork Mon Sep 2 10:48:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Radha Mohan X-Patchwork-Id: 2852822 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 8A34FC0AB5 for ; Mon, 2 Sep 2013 10:48:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8FD9420450 for ; Mon, 2 Sep 2013 10:48:37 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 61A2B2044C for ; Mon, 2 Sep 2013 10:48:36 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGRgM-0002Em-2O; Mon, 02 Sep 2013 10:48:30 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGRgJ-0004c9-UN; Mon, 02 Sep 2013 10:48:27 +0000 Received: from mail-qa0-x235.google.com ([2607:f8b0:400d:c00::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGRgH-0004bl-Ou for linux-arm-kernel@lists.infradead.org; Mon, 02 Sep 2013 10:48:26 +0000 Received: by mail-qa0-f53.google.com with SMTP id i13so872997qae.12 for ; Mon, 02 Sep 2013 03:48:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=fJezeUCYkfXeKDBMQpXpfmIYct9uh25GK/BtwQ2ZRBU=; b=sAnz6Oa3z+bjxua72rGH/Zz4oZjHrY8GZw6CIJWnn3JA24H+DwPoSA3jRcbCkCYMF5 Yuz8iSE/7HZJXsR3i9d7QaE9JeEO74cEcOFXsZclZo6neapCzIKCKiQ5FitNHy0RPQP3 1uHsNyU78V/72dUv7qz87ZQi8ZjeO1DuWqb7DUkNONSz6MPSqY9wa5NMtwSEou5y/4Rl 4DPmdBpwbW+VW5ZZffSY/mEum+oNkTOM7g9JdjTtHhWhxJ4W0pYITfNurssL91Z8pJhe 91z2EJqQl3JhwnI0mVmaRR79jYJ4s2dLryX52cJKayc07rMRWVPOYY27V4tWtr0tT/me 6pnQ== MIME-Version: 1.0 X-Received: by 10.49.107.226 with SMTP id hf2mr7472997qeb.17.1378118882625; Mon, 02 Sep 2013 03:48:02 -0700 (PDT) Received: by 10.49.38.38 with HTTP; Mon, 2 Sep 2013 03:48:02 -0700 (PDT) Date: Mon, 2 Sep 2013 16:18:02 +0530 Message-ID: Subject: [PATCH 1/1] arm64: Align an assembler string properly From: Radha Mohan To: linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130902_064825_869239_DA63610A X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: cminyard@mvista.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Corey Minyard Do a proper align and put it in the right section. Signed-off-by: Corey Minyard --- arch/arm64/mm/proc.S | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- 1.7.1 diff --git a/arch/arm64/mm/proc.S b/arch/arm64/mm/proc.S index 76d8320..1f89adc 100644 --- a/arch/arm64/mm/proc.S +++ b/arch/arm64/mm/proc.S @@ -95,10 +95,11 @@ ENTRY(cpu_do_switch_mm) ret ENDPROC(cpu_do_switch_mm) + .section ".rodata" cpu_name: .ascii "AArch64 Processor" - .align + .align 3 .section ".text.init", #alloc, #execinstr /*