X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fparisc%2Finclude%2Fasm%2Fpgtable.h;h=e44bdb9078a56d15c5e5eea1ba027d0bb8f52d2b;hb=690d097c00c88fa9d93d198591e184164b1d8c20;hp=291cee28ccb60da84576ba1d9e103a0dc6e78ba5;hpb=71e4634e00119b2fb8dd0da99b3f5ebbb49cc872;p=cascardo%2Flinux.git diff --git a/arch/parisc/include/asm/pgtable.h b/arch/parisc/include/asm/pgtable.h index 291cee28ccb6..e44bdb9078a5 100644 --- a/arch/parisc/include/asm/pgtable.h +++ b/arch/parisc/include/asm/pgtable.h @@ -83,7 +83,7 @@ static inline void purge_tlb_entries(struct mm_struct *mm, unsigned long addr) printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, (unsigned long)pgd_val(e)) /* This is the size of the initially mapped kernel memory */ -#ifdef CONFIG_64BIT +#if defined(CONFIG_64BIT) || defined(CONFIG_SMP) #define KERNEL_INITIAL_ORDER 25 /* 1<<25 = 32MB */ #else #define KERNEL_INITIAL_ORDER 24 /* 1<<24 = 16MB */