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 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64

Pull arm64 fix from Catalin Marinas:
"Fix IS_ENABLED() usage typo (missing CONFIG_ prefix)."

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64:
ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGES

+1 -1
+1 -1
arch/arm64/mm/mmu.c
··· 261 261 void __iomem * __init early_io_map(phys_addr_t phys, unsigned long virt) 262 262 { 263 263 unsigned long size, mask; 264 - bool page64k = IS_ENABLED(ARM64_64K_PAGES); 264 + bool page64k = IS_ENABLED(CONFIG_ARM64_64K_PAGES); 265 265 pgd_t *pgd; 266 266 pud_t *pud; 267 267 pmd_t *pmd;