Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571788
| From | Alexey Brodkin <Alexey.Brodkin@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] arc: vdk: Disable halt on reset |
| Date | 2017-02-01 18:20 +0100 |
| Message-ID | <t66JA-iP-21@gated-at.bofh.it> (permalink) |
| References | <t66gx-8kU-3@gated-at.bofh.it> <t66gx-8kU-1@gated-at.bofh.it> <t66qe-8ov-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Vineet, On Wed, 2017-02-01 at 08:52 -0800, Vineet Gupta wrote: > On 02/01/2017 08:42 AM, Alexey Brodkin wrote: > > > > In recent VDKs ARC cores are configured as "run on reset" > > which made existing kernel configuration outdated to effect that > > slave cores never start execution of the code keeping only master > > online. > > > > With that fix we're again in sync with VDK platform. > > > > And while at it we regenerate defconfig via savedefconfig so default > > options are now excluded. > > > > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> > > --- > > arch/arc/configs/vdk_hs38_smp_defconfig | 4 +--- > > 1 file changed, 1 insertion(+), 3 deletions(-) > > > > diff --git a/arch/arc/configs/vdk_hs38_smp_defconfig b/arch/arc/configs/vdk_hs38_smp_defconfig > > index 573028f19de7..f6361de41eec 100644 > > --- a/arch/arc/configs/vdk_hs38_smp_defconfig > > +++ b/arch/arc/configs/vdk_hs38_smp_defconfig > > @@ -15,7 +15,7 @@ CONFIG_ARC_PLAT_AXS10X=y > > CONFIG_AXS103=y > > CONFIG_ISA_ARCV2=y > > CONFIG_SMP=y > > -# CONFIG_ARC_TIMERS_64BIT is not set > > Are you sure abut this part. Ater the timers driver rework, this would enable GFRC > for SMP builds and AFAIKR there were some issues with time with GFRC + nSIM etc.. Not anymore :) Probably I missed something in discussions. As a matter of fact I did run-test resulting vmlinux and it worked very nice. More over ARC_TIMERS_64BIT is selected automatically by ISA_ARCV2, see http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arc/Kconfig#n119 That said even if "# CONFIG_ARC_TIMERS_64BIT is not set" is left in place the option will be effectively enabled, no? -Alexey
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] arc: vdk: Disable halt on reset Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-02-01 17:50 +0100
Re: [PATCH 1/3] arc: vdk: Disable halt on reset Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2017-02-01 18:00 +0100
Re: [PATCH 1/3] arc: vdk: Disable halt on reset Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-02-01 18:20 +0100
Re: [PATCH 1/3] arc: vdk: Disable halt on reset Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2017-02-01 18:40 +0100
Re: [PATCH 1/3] arc: vdk: Disable halt on reset Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-02-01 19:00 +0100
Re: [PATCH 1/3] arc: vdk: Disable halt on reset Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2017-02-01 21:00 +0100
RE: [PATCH 1/3] arc: vdk: Disable halt on reset Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-02-01 21:10 +0100
RE: [PATCH 1/3] arc: vdk: Disable halt on reset Ruud Derwig <Ruud.Derwig@synopsys.com> - 2017-02-02 15:10 +0100
csiph-web