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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc

Pull ARC fix from Vineet Gupta:
"Small fixlet for ARC"

* tag 'arc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: fix potential build snafu

-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