Compile errors on 32-bit build due tod4bbf7e7759afc172e2bfbc5c416324590049cdd

From: Konrad Rzeszutek Wilk
Date: Sat Jan 07 2012 - 21:42:39 EST


Hey Tejun

Your patch titled " Merge branch 'master' into x86/memblock" breaks compilation
under 32-bit with CONFIG_XEN=y.

/home/konrad/linux-linus/arch/x86/xen/mmu.c: In function âxen_setup_kernel_pagetableâ:
/home/konrad/linux-linus/arch/x86/xen/mmu.c:1855: error: expected â;â before â)â token
/home/konrad/linux-linus/arch/x86/xen/mmu.c:1855: error: expected statement before â)â token

Looking at merge it looks like you added an extra ')'?

This patch below fixes it, which I was thinking to attach it to my tree that I will
send on Monday to Linus.