> -cpumask_t-1.patch > -gcc-bug-workaround.patch > -sparse-apic-fix.patch > -nuke-cpumask_arith.patch > -p4-clockmod-cpumask-fix.patch > > Folded into cpumask_t-1.patch This gives following compile error when compiling the kernel with APM support for UP: arch/i386/kernel/apm.c: In function `apm_bios_call': arch/i386/kernel/apm.c:600: error: incompatible types in assignment arch/i386/kernel/apm.c: In function `apm_bios_call_simple': arch/i386/kernel/apm.c:643: error: incompatible types in assignment The attached patch fixes this... Best regards Thomas Schlichter