RE: [PATCH v1 07/20] ARC: mm: use generic macros _BITUL()

2015-11-01 Thread Noam Camus
From: Vineet Gupta [mailto:vineet.gup...@synopsys.com] Sent: Monday, November 02, 2015 8:24 AM > For bisectability, please squash this with patch 4/20, and append the > changelog of this patch to 4/20 OK - Noam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: [PATCH v1 07/20] ARC: mm: use generic macros _BITUL()

2015-11-01 Thread Vineet Gupta
On Saturday 31 October 2015 06:49 PM, Noam Camus wrote: > From: Noam Camus > > PGDIR_SIZE() cannot use "1UL" since it is called from mm/tlbex.S > by VMALLOC_START. _BITUL() solves this build error. > > Signed-off-by: Noam Camus > --- > arch/arc/include/asm/pgtable.h |2 +- > 1 files changed,