Skip to content

Commit 8edbbfc

Browse files
kevin-brodsky-armctmarinas
authored andcommitted
arm64: signal: Remove unused macro
Commit 33f0826 ("arm64: signal: Allow expansion of the signal frame") introduced the BASE_SIGFRAME_SIZE macro but it has apparently never been used; just remove it. Reviewed-by: Dave Martin <Dave.Martin@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com> Link: https://lore.kernel.org/r/20241029144539.111155-4-kevin.brodsky@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 466ece4 commit 8edbbfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kernel/signal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ struct user_access_state {
7979
u64 por_el0;
8080
};
8181

82-
#define BASE_SIGFRAME_SIZE round_up(sizeof(struct rt_sigframe), 16)
8382
#define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16)
8483
#define EXTRA_CONTEXT_SIZE round_up(sizeof(struct extra_context), 16)
8584

0 commit comments

Comments
 (0)