H. Peter Anvin wrote: > Andi Kleen wrote: >> This patchkit uses the 64bit machine check code which is better in many >> ways on 32bit x86 too. This is also the basis for some future machine >> check work. > > Hi Andi, > > I tried applying your patch kit to -tip, but I'm getting build failures > on i386; gcc-4.1.1-51.fc5.x86_64 with attached configuration. Thanks for testing. Your config seems to for some reason not do an implicit asm/apic.h that the file relied on. With this additional patch applied before the final unification your config builds. Also fixed the strtoull warnings. I'm sending a new patch series. -Andi