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
|
|
|
*/
|
|
|
|
|
2016-11-08 16:36:50 +01:00
|
|
|
#include <kernel_structs.h>
|
2019-06-27 23:04:51 +02:00
|
|
|
#include <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
|
|
|
|
2019-03-12 22:15:42 +01:00
|
|
|
SECTION_FUNC(TEXT, z_loapic_spurious_handler)
|
2015-12-09 23:53:41 +01:00
|
|
|
iret
|
|
|
|
|