On Wed, Jan 27, 2016 at 12:31:26PM +0000, Will Deacon wrote: > On Wed, Jan 27, 2016 at 04:22:39AM -0800, Guenter Roeck wrote: > > arm64 (v3.10): > > > > arch/arm64/mm/mmu.c: In function ‘paging_init’: > > arch/arm64/mm/mmu.c:352:11: error: macro "dsb" passed 1 arguments, but takes just 0 > > dsb(ishst); > > > > Culprit is 'arm64: mm: ensure that the zero page is visible to the page table walker'. > > dsb() doesn't have an argument in v3.10. Copying Will Deacon for advice. > > You can just used dsb() instead of dsb(ishst). I should have caught that, you said so in the comments. Now fixed up, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html