Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1639427
| From | Mark Rutland <mark.rutland@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] arm64/cpufeature: don't use mutex in bringup path |
| Date | 2017-05-11 15:30 +0200 |
| Message-ID | <tFWkh-6O0-1@gated-at.bofh.it> (permalink) |
| References | <tFWaC-6KK-25@gated-at.bofh.it> <tFWaC-6KK-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] arm64/cpufeature: don't use mutex in bringup path Mark Rutland <mark.rutland@arm.com> - 2017-05-11 15:20 +0200
Re: [PATCH] arm64/cpufeature: don't use mutex in bringup path Sebastian Andrzej Siewior <bigeasy@linutronix.de> - 2017-05-11 15:20 +0200
Re: [PATCH] arm64/cpufeature: don't use mutex in bringup path Mark Rutland <mark.rutland@arm.com> - 2017-05-11 15:30 +0200
Re: [PATCH] arm64/cpufeature: don't use mutex in bringup path Marc Zyngier <marc.zyngier@arm.com> - 2017-05-11 18:30 +0200
csiph-web