mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 09:41:56 +00:00
This file is 32-bit specific, so it is moved into the ia32/ directory and references to it are updated accordingly. Also, SP_ARG* definitions are no longer used, so they are removed. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
20 lines
300 B
ArmAsm
20 lines
300 B
ArmAsm
/*
|
|
* Copyright (c) 2015 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @file
|
|
* @brief LOAPIC spurious interrupt handler
|
|
*/
|
|
|
|
#include <kernel_structs.h>
|
|
#include <arch/x86/ia32/asm.h>
|
|
|
|
GTEXT(z_loapic_spurious_handler)
|
|
|
|
SECTION_FUNC(TEXT, z_loapic_spurious_handler)
|
|
iret
|
|
|