Re: [PATCH] consider stack access while checking for alternatesignal stack

From: Sebastian Andrzej Siewior
Date: Mon Oct 19 2009 - 04:03:05 EST


* Ingo Molnar | 2009-10-19 09:33:58 [+0200]:

>> index 35e3bd9..520c489 100644
>> --- a/arch/avr32/Kconfig
>> +++ b/arch/avr32/Kconfig
>> @@ -70,6 +70,9 @@ config GENERIC_BUG
>> def_bool y
>> depends on BUG
>>
>> +config STACK_STORE_POST
>> + def_bool y
>> +
>> source "init/Kconfig"
>>
>> source "kernel/Kconfig.freezer"
Haavard just nacked that part as I mixed up the 8bit AVR with the 32bit
version which is POST_DEC as well as the architectures. In that case
there are no POST_* architectures available.
So the question is should I leave dead code for further reference or
just remove it?

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/