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 <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 9852d85 commit ab23df1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)