From 5dfbc067d095b2bbaefad6d77469f4d701bdd539 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 19 May 2025 23:56:22 -0400 Subject: kernel/amd64: Deprecate intr_alloc_vector() Replace intr_alloc_vector() with a cleaner and more machine independent intr_register() Signed-off-by: Ian Moffett --- sys/include/arch/amd64/frameasm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/include/arch/amd64/frameasm.h') diff --git a/sys/include/arch/amd64/frameasm.h b/sys/include/arch/amd64/frameasm.h index c6316a5..4dc075e 100644 --- a/sys/include/arch/amd64/frameasm.h +++ b/sys/include/arch/amd64/frameasm.h @@ -30,6 +30,8 @@ #ifndef _MACHINE_FRAMEASM_H_ #define _MACHINE_FRAMEASM_H_ +#define ALIGN_TEXT .align 8, 0x90 + /* * If the interrupt has an error code, this macro shall * be used to create the trapframe. -- cgit v1.2.3