Re: [PATCH v2 0/5] introduce unaligned access under a Kconfig option

2019-02-01 Thread Vineet Gupta
On 1/30/19 8:32 AM, Eugeniy Paltsev wrote: > As of today we enable unaligned access unconditionally on ARCv2. > Lets move it under Kconfig option and use it actively in SW if it is > enabled. > > While I'm at it fix and optimise ARCv2 memcpy implementaion. > > Changes v1->v2: > * Rebase onto las

[PATCH v2 0/5] introduce unaligned access under a Kconfig option

2019-01-30 Thread Eugeniy Paltsev
As of today we enable unaligned access unconditionally on ARCv2. Lets move it under Kconfig option and use it actively in SW if it is enabled. While I'm at it fix and optimise ARCv2 memcpy implementaion. Changes v1->v2: * Rebase onto last ARC changes. * Don't add dummy symbol to ARC Kconfig *