Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: computersforpeace@gmail.com (Brian Norris)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: drop ISAR0 workaround for B15
Date: Tue, 2 Sep 2014 16:49:24 -0700	[thread overview]
Message-ID: <20140902234924.GZ18411@ld-irv-0074> (raw)
In-Reply-To: <20140813194047.GA18411@ld-irv-0074>

Ping.

Is this worthy of 3.17-rc? Or should it just be queued for 3.18, as it's
only removing redundant info?

On Wed, Aug 13, 2014 at 12:40:47PM -0700, Brian Norris wrote:
> The Brahma-B15's ISAR0 correcty advertises UDIV/SDIV support in both ARM
> and Thumb2 modes (CPUID_EXT_ISAR0=02101110), so we don't need to
> manually apply this hwcap.
> 
> The code in question actually predates the following commit, which made
> our hwcaps unnecessary:
> 
>     commit 8164f7af88d9ad3a757bd14f634b23997ee77f6b
>     Author: Stephen Boyd <sboyd@codeaurora.org>
>     Date:   Mon Mar 18 19:44:15 2013 +0100
> 
>         ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 register
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> ---
> Supersedes Gregory's previous patch.
> 
> This addresses some very old review comments from Mark and Will:
> 
>   http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/225895.html
>   http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/227916.html
> 
>  arch/arm/mm/proc-v7.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mm/proc-v7.S b/arch/arm/mm/proc-v7.S
> index b5d67db20897..b3a947863ac7 100644
> --- a/arch/arm/mm/proc-v7.S
> +++ b/arch/arm/mm/proc-v7.S
> @@ -570,7 +570,7 @@ __v7_ca15mp_proc_info:
>  __v7_b15mp_proc_info:
>  	.long	0x420f00f0
>  	.long	0xff0ffff0
> -	__v7_proc __v7_b15mp_setup, hwcaps = HWCAP_IDIV
> +	__v7_proc __v7_b15mp_setup
>  	.size	__v7_b15mp_proc_info, . - __v7_b15mp_proc_info
>  
>  	/*

  reply	other threads:[~2014-09-02 23:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-11 22:44 [PATCH] ARM: Explain workaround for faulty ISAR0 register on B15 Gregory Fong
2014-08-13 18:53 ` Gregory Fong
2014-08-13 19:40 ` [PATCH] ARM: drop ISAR0 workaround for B15 Brian Norris
2014-09-02 23:49   ` Brian Norris [this message]
2014-09-03  9:03     ` Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140902234924.GZ18411@ld-irv-0074 \
    --to=computersforpeace@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox