Skip to content

Commit ab23df1

Browse files
mrutland-armctmarinas
authored andcommitted
arm64: asm-offsets: remove TSK_ACTIVE_MM
The TSK_ACTIVE_MM definition isn't used anywhere. Remove it. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20241007123921.549340-2-mark.rutland@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 9852d85 commit ab23df1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/kernel/asm-offsets.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
int main(void)
3030
{
31-
DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
32-
BLANK();
3331
DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
3432
DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
3533
DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));

0 commit comments

Comments
 (0)