Skip to content

Commit d7a8223

Browse files
t-8chmpe
authored andcommitted
powerpc/vdso: Remove unused clockmode asm offsets
These offsets are not used anymore, delete them. Fixes: c39b1dc ("powerpc/vdso: Add a page for non-time data") Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://patch.msgid.link/20241113-vdso-powerpc-asm-offsets-v1-1-3f7e589f090d@linutronix.de
1 parent be6b0eb commit d7a8223

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/powerpc/kernel/asm-offsets.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ int main(void)
346346
#else
347347
OFFSET(CFG_SYSCALL_MAP32, vdso_arch_data, syscall_map);
348348
#endif
349-
OFFSET(VDSO_CLOCKMODE_OFFSET, vdso_arch_data, data[0].clock_mode);
350-
DEFINE(VDSO_CLOCKMODE_TIMENS, VDSO_CLOCKMODE_TIMENS);
351349

352350
#ifdef CONFIG_BUG
353351
DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));

0 commit comments

Comments
 (0)