From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/arch/powerpc/include/asm/book3s/32/hash.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/arch/powerpc/include/asm/book3s/32/hash.h b/kernel/arch/powerpc/include/asm/book3s/32/hash.h index f2892c7..2a0a467 100644 --- a/kernel/arch/powerpc/include/asm/book3s/32/hash.h +++ b/kernel/arch/powerpc/include/asm/book3s/32/hash.h @@ -26,6 +26,7 @@ #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */ #define _PAGE_DIRTY 0x080 /* C: page changed */ #define _PAGE_ACCESSED 0x100 /* R: page referenced */ +#define _PAGE_EXEC 0x200 /* software: exec allowed */ #define _PAGE_RW 0x400 /* software: user write access allowed */ #define _PAGE_SPECIAL 0x800 /* software: Special page */ -- Gitblit v1.6.2