Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: fix potential build snafu

In the big pgtable header split, I inadvertently introduced a couple of
duplicate symbols.

Fixes: fe6cb7b043b69cd9 ("ARC: mm: disintegrate pgtable.h into levels and flags")
Signed-off-by: Vineet Gupta <vgupta@kernel.org>

-5
-5
arch/arc/include/asm/pgtable.h
··· 26 26 27 27 extern pgd_t swapper_pg_dir[] __aligned(PAGE_SIZE); 28 28 29 - /* Macro to mark a page protection as uncacheable */ 30 - #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) 31 - 32 - extern pgd_t swapper_pg_dir[] __aligned(PAGE_SIZE); 33 - 34 29 /* to cope with aliasing VIPT cache */ 35 30 #define HAVE_ARCH_UNMAPPED_AREA 36 31