diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-23 08:53:15 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-24 15:33:16 +0300 |
commit | 9a6c05fe9a998386a61b5e70ce07d31ec47a01a0 (patch) | |
tree | 2031104e991c1ab0e1d13a7fb06003a23cf00662 /arch/powerpc/include/asm/dtl.h | |
parent | c040c7488b6a89c98dd0f6dd5f001101413779e2 (diff) | |
download | linux-9a6c05fe9a998386a61b5e70ce07d31ec47a01a0.tar.xz |
powerpc/pseries: Move hcall_vphn() prototype into vphn.h
Consolidate the two prototypes for hcall_vphn() into vphn.h.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230823055317.751786-2-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/include/asm/dtl.h')
-rw-r--r-- | arch/powerpc/include/asm/dtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/dtl.h b/arch/powerpc/include/asm/dtl.h index 4bcb9f9ac764..d6f43d149f8d 100644 --- a/arch/powerpc/include/asm/dtl.h +++ b/arch/powerpc/include/asm/dtl.h @@ -39,6 +39,5 @@ extern rwlock_t dtl_access_lock; extern void register_dtl_buffer(int cpu); extern void alloc_dtl_buffers(unsigned long *time_limit); -extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity); #endif /* _ASM_POWERPC_DTL_H */ |