You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
321 B
19 lines
321 B
/* |
|
* Copyright (c) 2015 Intel Corporation |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/** |
|
* @file |
|
* @brief LOAPIC spurious interrupt handler |
|
*/ |
|
|
|
#include <zephyr/kernel_structs.h> |
|
#include <zephyr/arch/x86/ia32/asm.h> |
|
|
|
GTEXT(z_loapic_spurious_handler) |
|
|
|
SECTION_FUNC(PINNED_TEXT, z_loapic_spurious_handler) |
|
iret |
|
|
|
|