[PATCH v2 9/9] ARM: kprobes: Don't HAVE_KPROBES when CONFIG_THUMB2_KERNEL is selected

Dave Martin dave.martin at linaro.org
Tue Nov 23 05:44:31 EST 2010


Hi,

On Mon, Nov 22, 2010 at 11:01 PM, Sergei Shtylyov <sshtylyov at mvista.com> wrote:
> Hello.

[...]

>> @@ -9,7 +9,7 @@ config ARM
>>        select GENERIC_ATOMIC64 if (!CPU_32v6K || !AEABI)
>>        select HAVE_OPROFILE if (HAVE_PERF_EVENTS)
>>        select HAVE_ARCH_KGDB
>> -       select HAVE_KPROBES if (!XIP_KERNEL)
>> +       select HAVE_KPROBES if (!XIP_KERNEL && !THUMB2_KERNEL)
>
>   These parens are useless.

Maybe so, but I prefer to keep the style consistent with the rest of the file...

Cheers
---Dave



More information about the linux-arm-kernel mailing list