From: David Miller <davem@davemloft.net>
Date: Thu, 22 Apr 2010 16:17:00 -0700 (PDT)
The kernel stops compiling after the second patch because
kernel/jump_label.c is compiled unconditionally, and this generates an
attempt to include asm/alternatives.h which is an x86-only phenomenon.
Do you have access to a cross-compile environment or at least some
non-x86 system you can test build on before submitting these patch
sets?
Thanks.
--