From 0884e3d5436d5df1c973d1bb13d418d003b287a3 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Sun, 14 Aug 2016 11:16:40 +0900 Subject: [PATCH] IHK-IKC: map queue in McKernel as cacheable --- arch/x86/kernel/include/arch-memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/include/arch-memory.h b/arch/x86/kernel/include/arch-memory.h index 2279720e..47ebbb40 100644 --- a/arch/x86/kernel/include/arch-memory.h +++ b/arch/x86/kernel/include/arch-memory.h @@ -318,5 +318,5 @@ extern unsigned long ap_trampoline; #define AP_TRAMPOLINE_SIZE 0x2000 /* Local is cachable */ -#define IHK_IKC_QUEUE_PT_ATTR (PTATTR_NO_EXECUTE | PTATTR_WRITABLE | PTATTR_UNCACHABLE) +#define IHK_IKC_QUEUE_PT_ATTR (PTATTR_NO_EXECUTE | PTATTR_WRITABLE) #endif