2015-12-09 23:53:41 +01:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Intel Corporation
|
|
|
|
*
|
2017-01-19 02:01:01 +01:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-12-09 23:53:41 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
2017-04-19 19:45:34 +02:00
|
|
|
* @brief LOAPIC spurious interrupt handler
|
2015-12-09 23:53:41 +01:00
|
|
|
*/
|
|
|
|
|
2022-05-09 13:56:13 +02:00
|
|
|
#include <zephyr/kernel_structs.h>
|
|
|
|
#include <zephyr/arch/x86/ia32/asm.h>
|
2015-12-09 23:53:41 +01:00
|
|
|
|
2019-03-12 22:15:42 +01:00
|
|
|
GTEXT(z_loapic_spurious_handler)
|
2015-12-09 23:53:41 +01:00
|
|
|
|
2021-03-17 21:47:56 +01:00
|
|
|
SECTION_FUNC(PINNED_TEXT, z_loapic_spurious_handler)
|
2015-12-09 23:53:41 +01:00
|
|
|
iret
|
|
|
|
|