Re: [PATCHv4 4/4] ARM: kprobes: make more tests conditional

2012-08-23 Thread Nicolas Pitre
On Thu, 23 Aug 2012, Arnd Bergmann wrote: > On Wednesday 22 August 2012, Tixy wrote: > > > If you do feel so inclined for a v4 however ;-) you could also make the > > mls part of the patch tidier by moving the added #endif to instead > > terminate the preceding "#if __LINUX_ARM_ARCH__ >= 6", i.e.

Re: [PATCHv4 4/4] ARM: kprobes: make more tests conditional

2012-08-23 Thread Tixy
On Thu, 2012-08-23 at 12:09 +, Arnd Bergmann wrote: > commit abfef4db8731591fbb721262bd4712662aaa6d14 > Author: Arnd Bergmann > Date: Thu Aug 16 07:49:31 2012 + > > ARM: kprobes: make more tests conditional > > The mls instruction is not available in ARMv6K or below, so we

Re: [PATCHv4 4/4] ARM: kprobes: make more tests conditional

2012-08-23 Thread Arnd Bergmann
On Wednesday 22 August 2012, Tixy wrote: > If you do feel so inclined for a v4 however ;-) you could also make the > mls part of the patch tidier by moving the added #endif to instead > terminate the preceding "#if __LINUX_ARM_ARCH__ >= 6", i.e. > > @@ -367,8 +367,10 @@ void kprobe_arm_test_cases