[PATCH 04/20] powerpc/mm/fault.c: Port OOM changes to do_page_fault

Kautuk Consul consul.kautuk at gmail.com
Wed Mar 21 01:13:49 EST 2012


On Tue, Mar 20, 2012 at 10:06 AM, Peter Zijlstra <a.p.zijlstra at chello.nl> wrote:
> On Tue, 2012-03-20 at 09:19 -0400, Kautuk Consul wrote:
>> +#ifd#ifdef CONFIG_PPC_SMLPAR
>> +                       if (firmware_has_feature(FW_FEATURE_CMO)) {
>> +                               preempt_disable();
>> +                               get_lppaca()->page_ins += (1 << PAGE_FACTOR);
>> +                               preempt_enable();
>> +                       }
>> +#end#endif
>
> That's curious CPP usage....

Quite baffling.
I don't know how that happened.
I have sent a v2 for this already.


More information about the Linuxppc-dev mailing list