File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,5 @@ extern rwlock_t dtl_access_lock;
39
39
40
40
extern void register_dtl_buffer (int cpu );
41
41
extern void alloc_dtl_buffers (unsigned long * time_limit );
42
- extern long hcall_vphn (unsigned long cpu , u64 flags , __be32 * associativity );
43
42
44
43
#endif /* _ASM_POWERPC_DTL_H */
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ struct slb_shadow {
127
127
} save_area [SLB_NUM_BOLTED ];
128
128
} ____cacheline_aligned ;
129
129
130
- extern long hcall_vphn (unsigned long cpu , u64 flags , __be32 * associativity );
131
-
132
130
#endif /* CONFIG_PPC_BOOK3S */
133
131
#endif /* __KERNEL__ */
134
132
#endif /* _ASM_POWERPC_LPPACA_H */
Original file line number Diff line number Diff line change 19
19
#define VPHN_FLAG_VCPU 1
20
20
#define VPHN_FLAG_PCPU 2
21
21
22
+ long hcall_vphn (unsigned long cpu , u64 flags , __be32 * associativity );
23
+
22
24
#endif // _ASM_POWERPC_VPHN_H
You can’t perform that action at this time.
0 commit comments