Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1191409
| From | Sebastian Reichel <sre@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig |
| Date | 2015-07-24 02:20 +0200 |
| Message-ID | <pPySt-60G-3@gated-at.bofh.it> (permalink) |
| References | <pPcRX-7xk-3@gated-at.bofh.it> <pPcRX-7xk-1@gated-at.bofh.it> <pPnX4-6M5-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Russel, On Thu, Jul 23, 2015 at 01:35:53PM +0100, Russell King - ARM Linux wrote: > On Thu, Jul 23, 2015 at 02:48:03AM +0200, Sebastian Reichel wrote: > > Having the !ARCH_MULTIPLATFORM dependency in the Kconfig file results > > in one option less to think about when configuring the kernel. > > > -#if defined(CONFIG_ARM_ERRATA_430973) && !defined(CONFIG_ARCH_MULTIPLATFORM) > > +#ifdef CONFIG_ARM_ERRATA_430973 > > teq r3, #0x00100000 @ only present in r1p* > > mrceq p15, 0, r0, c1, c0, 1 @ read aux control register > > orreq r0, r0, #(1 << 6) @ set IBE to 1 > > NAK. Please read the mailing list history, I'm not repeating myself > again on this. Thanks. It's a bit hard to search the mailing list history without a bit more information. I guess you prefer to just add the !ARCH_MULTIPLATFORM dependency to the Kconfig entry without removing the additional check in the code? -- Sebastian
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-07-23 14:40 +0200
Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig Sebastian Reichel <sre@kernel.org> - 2015-07-24 02:20 +0200
Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig Ben Dooks <ben.dooks@codethink.co.uk> - 2015-07-27 12:10 +0200
Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-07-27 12:50 +0200
csiph-web