forked from luck/tmp_suning_uos_patched
736baef447
This patch introduces irq_remap_ops to hold implementation specific function pointer to handle interrupt remapping. As the first part the initialization functions for VT-d are converted to these ops. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Acked-by: Yinghai Lu <yinghai@kernel.org> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
5 lines
104 B
C
5 lines
104 B
C
#ifndef __IA64_INTR_REMAPPING_H
|
|
#define __IA64_INTR_REMAPPING_H
|
|
#define intr_remapping_enabled 0
|
|
#endif
|