Re: [PATCH 3/3 v6] ARC: hsdk: initial port for HSDK board

2017-06-29 Thread Vineet Gupta
On 06/26/2017 06:11 PM, Eugeniy Paltsev wrote: From: Alexey Brodkin diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig new file mode 100644 index 000..53bc9f3 --- /dev/null +++ b/arch/arc/configs/hsdk_defconfig @@ -0,0 +1,75 @@ +CONFIG_DEFAULT_HOSTNAME="ARCLinu

Re: [RFC 4/6] ARC: Initial port to glibc

2017-06-29 Thread Vineet Gupta
On 06/27/2017 02:56 PM, Joseph Myers wrote: diff --git a/sysdeps/unix/sysv/linux/arc/ld.abilist b/sysdeps/unix/sysv/linux/arc/ld.abilist new file mode 100644 index ..6001f2e98402 --- /dev/null +++ b/sysdeps/unix/sysv/linux/arc/ld.abilist @@ -0,0 +1,12 @@ +GLIBC_2.24 + GLIBC_2.24 A +

Re: [RFC 4/6] ARC: Initial port to glibc

2017-06-29 Thread Joseph Myers
On Thu, 29 Jun 2017, Vineet Gupta wrote: > I regenerated the ABI files, but it seems generated libc abilist is lacking > malloc_{get,set}_stated and had to be added manually - which causes a > subsequent testsuite failure. Is this (manual addition of entries to abi file) > correct or is this a de

Re: [PATCH 3/3 v6] ARC: hsdk: initial port for HSDK board

2017-06-29 Thread Eugeniy Paltsev
On Wed, 2017-06-28 at 17:50 -0500, Rob Herring wrote: > > > > +   #clock-cells = <0>; > > > > +   compatible = "fixed-clock"; > > > > +   clock-frequency = <10>; > > > > +   }; > > > > + > > > > +   core_int

[PATCH RFC 10/26] arc: Remove spin_unlock_wait() arch-specific definitions

2017-06-29 Thread Paul E. McKenney
There is no agreed-upon definition of spin_unlock_wait()'s semantics, and it appears that all callers could do just as well with a lock/unlock pair. This commit therefore removes the underlying arch-specific arch_spin_unlock_wait(). Signed-off-by: Paul E. McKenney Cc: Vineet Gupta Cc: Cc: Will