]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vdso: Move vdso datapage up front
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sun, 27 Sep 2020 09:16:30 +0000 (09:16 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Dec 2020 14:01:17 +0000 (01:01 +1100)
commit05badb98c964f744bf090145fe6330f8cdcafe26
tree0567b070b65c428e2f1b61c5c6c095b50ecbdbe4
parentae0118d51e1dad683f245d29ea7f5dd33b3e4219
powerpc/vdso: Move vdso datapage up front

Move the vdso datapage in front of the VDSO area,
before vdso test.

This will allow to remove the __kernel_datapage_offset symbol
and simplify __get_datapage() in following patches.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/b68c99b6e8ee0b1d99bfa4c7e34c359fc1bc1000.1601197618.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/mmu_context.h
arch/powerpc/kernel/vdso.c