Re: [PATCH 04/20] powerpc/mm/fault.c: Port OOM changes todo_page_fault

From: Peter Zijlstra
Date: Tue Mar 20 2012 - 10:06:50 EST


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....
--
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/