IHK-IKC: map queue in McKernel as cacheable

This commit is contained in:
Balazs Gerofi
2016-08-14 11:16:40 +09:00
parent e3c7c9b890
commit 0884e3d543

View File

@ -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