2015-12-10 06:53:41 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-12-10 06:53:41 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
2017-04-20 01:45:34 +08:00
|
|
|
* @brief LOAPIC spurious interrupt handler
|
2015-12-10 06:53:41 +08:00
|
|
|
*/
|
|
|
|
|
2016-11-08 23:36:50 +08:00
|
|
|
#include <kernel_structs.h>
|
2019-06-28 05:04:51 +08:00
|
|
|
#include <arch/x86/ia32/asm.h>
|
2015-12-10 06:53:41 +08:00
|
|
|
|
2019-03-13 05:15:42 +08:00
|
|
|
GTEXT(z_loapic_spurious_handler)
|
2015-12-10 06:53:41 +08:00
|
|
|
|
2021-03-18 04:47:56 +08:00
|
|
|
SECTION_FUNC(PINNED_TEXT, z_loapic_spurious_handler)
|
2015-12-10 06:53:41 +08:00
|
|
|
iret
|
|
|
|
|