Skip to content

Commit 1abc7c1

Browse files
mrutland-armctmarinas
authored andcommitted
arm64: asm-offsets: remove MM_CONTEXT_ID
The only user of the MM_CONTEXT_ID defintion was removed in commit: 25b9269 ("arm64: mm: convert cpu_do_switch_mm() to C") Remove MM_CONTEXT_ID. 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 4c92c12 commit 1abc7c1

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
@@ -96,8 +96,6 @@ int main(void)
9696
DEFINE(FREGS_SIZE, sizeof(struct ftrace_regs));
9797
BLANK();
9898
#endif
99-
DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter));
100-
BLANK();
10199
DEFINE(VM_EXEC, VM_EXEC);
102100
BLANK();
103101
DEFINE(PAGE_SZ, PAGE_SIZE);

0 commit comments

Comments
 (0)