aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vdso/getrandom.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/vdso/getrandom.S')
-rw-r--r--arch/powerpc/kernel/vdso/getrandom.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/vdso/getrandom.S b/arch/powerpc/kernel/vdso/getrandom.S
index f3bbf931931c..a80d9fb436f7 100644
--- a/arch/powerpc/kernel/vdso/getrandom.S
+++ b/arch/powerpc/kernel/vdso/getrandom.S
@@ -31,8 +31,6 @@
PPC_STL r2, PPC_MIN_STKFRM + STK_GOT(r1)
.cfi_rel_offset r2, PPC_MIN_STKFRM + STK_GOT
#endif
- get_realdatapage r8, r11
- addi r8, r8, VDSO_RNG_DATA_OFFSET
bl CFUNC(DOTSYM(\funct))
PPC_LL r0, PPC_MIN_STKFRM + PPC_LR_STKOFF(r1)
#ifdef __powerpc64__