ihk_ikc_irq and ihk_ikc_irq_apicid

This commit is contained in:
bgerofi@riken.jp
2014-10-20 16:11:15 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent ff47261337
commit b388f59ebd
4 changed files with 11 additions and 1 deletions

View File

@@ -248,7 +248,7 @@ void *map_fixed_area(unsigned long phys, unsigned long size, int uncachable);
extern unsigned long ap_trampoline;
//#define AP_TRAMPOLINE 0x10000
#define AP_TRAMPOLINE_SIZE 0x4000
#define AP_TRAMPOLINE_SIZE 0x2000
/* Local is cachable */
#define IHK_IKC_QUEUE_PT_ATTR (PTATTR_NO_EXECUTE | PTATTR_WRITABLE | PTATTR_UNCACHABLE)