From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64/cpufeature: don't use mutex in bringup path
Date: Thu, 11 May 2017 14:21:20 +0100 [thread overview]
Message-ID: <20170511132119.GA31333@leverpostej> (raw)
In-Reply-To: <20170511131706.cxsntl3dkurj2yja@linutronix.de>
On Thu, May 11, 2017 at 03:17:06PM +0200, Sebastian Andrzej Siewior wrote:
> On 2017-05-11 14:12:11 [+0100], Mark Rutland wrote:
> > diff --git a/arch/arm64/include/asm/cpufeature.h b/arch/arm64/include/asm/cpufeature.h
> > index 8a7ff73..5370626 100644
> > --- a/arch/arm64/include/asm/cpufeature.h
> > +++ b/arch/arm64/include/asm/cpufeature.h
> > @@ -223,7 +222,7 @@ void update_cpu_capabilities(const struct arm64_cpu_capabilities *caps,
> > void check_local_cpu_capabilities(void);
> >
> > void update_cpu_errata_workarounds(void);
> > -void update_cpu_errata_workarounds_cpuslocked(void);
> > +void update_cpu_errata_workarounds(void);
> > void __init enable_errata_workarounds(void);
> > void verify_local_cpu_errata_workarounds(void);
>
> No need to add update_cpu_errata_workarounds(), it is already there.
Whoops; I'd meant to delete this instance rather than renaming it.
Fixed up locally now.
Mark.
next prev parent reply other threads:[~2017-05-11 13:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-11 13:12 [PATCH] arm64/cpufeature: don't use mutex in bringup path Mark Rutland
2017-05-11 13:17 ` Sebastian Andrzej Siewior
2017-05-11 13:21 ` Mark Rutland [this message]
2017-05-11 14:00 ` Marc Zyngier
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=20170511132119.GA31333@leverpostej \
--to=mark.rutland@arm.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