blob: ab6ff693637edf01af00e4a8d38196ef07af38d5 [file] [log] [blame]
/*
* 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(PINNED_TEXT, z_loapic_spurious_handler)
iret