On Thu, Dec 20, 2012 at 11:30 AM, Vineet Gupta
wrote:
> Sorry for a naive patch submitter question (yes I've already read
> SubmittingPatches and googled much already). A lot of times, I see the
> "Cc: ..." lines, just below the "Signed-off-by:" lines in the patch -
> e.g. https://lkml.org/lkml/20
On Thursday 20 December 2012 12:29 PM, Vineet Gupta wrote:
> On Monday 12 November 2012 07:30 PM, Arnd Bergmann wrote:
>> On Monday 12 November 2012, vineet.gup...@synopsys.com wrote:
>>> +
>>> +config ARC_MISALIGN_ACCESS
>>> + bool "Emulate unaligned memory access (userspace only)"
>>> +
On Thursday 20 December 2012, Vineet Gupta wrote:
> Are you OK if we keep this support build time - provided that once it is
> build time enabled - we have the additional runtime sysctl based
> toggle-ability as you suggested.
Yes, sounds good.
> Only one of our customers need this feature and th
On Monday 12 November 2012 07:30 PM, Arnd Bergmann wrote:
> On Monday 12 November 2012, vineet.gup...@synopsys.com wrote:
>> +
>> +config ARC_MISALIGN_ACCESS
>> + bool "Emulate unaligned memory access (userspace only)"
>> + default N
>> + help
>> + This enables misaligned
On Monday 12 November 2012 07:30 PM, Arnd Bergmann wrote:
> On Monday 12 November 2012, vineet.gup...@synopsys.com wrote:
>> +
>> +config ARC_MISALIGN_ACCESS
>> + bool "Emulate unaligned memory access (userspace only)"
>> + default N
>> + help
>> + This enables misaligned
On Monday 12 November 2012, vineet.gup...@synopsys.com wrote:
> +
> +config ARC_MISALIGN_ACCESS
> + bool "Emulate unaligned memory access (userspace only)"
> + default N
> + help
> + This enables misaligned 16 & 32 bit memory access from user space.
> + Use ONLY-IF
From: Vineet Gupta
Signed-off-by: Vineet Gupta
---
arch/arc/Kconfig |9 ++
arch/arc/include/asm/Kbuild |1 -
arch/arc/include/asm/ptrace.h|3 +
arch/arc/include/asm/unaligned.h | 29 +
arch/arc/kernel/Makefile |3 +-
arch/arc/kernel/disasm.
7 matches
Mail list logo