On Fri, 23 Mar 2012, Alexander Shiyan wrote: > Fri, 23 Mar 2012 08:46:15 +0100 от Geert Uytterhoeven : > > On Fri, Mar 23, 2012 at 08:23, Alexander Shiyan wrote: > > > When compile kernel with !SMP && !GENERIC_HARDIRQS we are have > > > following error: > > Is this on uniprocessor s390? > No. I trying to fix other problem with ARM Cirrus Logic EP7312 that do not work since 2.6.30-rc1. > The problem appear after commit: > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=c61b79b6ef266890954213a701d8f6021d8c1289 > > I just playing with this commit and found this compile error. Which was probably caused by you playing with that commit. Again arch/arm has GENERIC_HARDIRQS=y and therefor the problem does not exist. For GENERIC_HARDIRQS=n that file is not compiled. Ergo: -ENOPROBLEM Thanks, tglx