haiku/headers/private/kernel/arch/x86/msi_priv.h
Jérôme Duval 46f7a54d8c MSI: Use the effective APIC id of the boot CPU for the address destination.
* This should only affect systems where the CPU ids aren't sequential (mostly
non Intel).
* Fixes #9807.
2013-07-29 17:36:03 +02:00

13 lines
280 B
C

/*
* Copyright 2010-2011, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
* Distributed under the terms of the MIT license.
*/
#ifndef _KERNEL_ARCH_x86_MSI_PRIV_H
#define _KERNEL_ARCH_x86_MSI_PRIV_H
void msi_init(kernel_args* args);
#endif // _KERNEL_ARCH_x86_MSI_PRIV_H