diff options
Diffstat (limited to 'drivers/misc/sgi-xp/xpc_main.c')
-rw-r--r-- | drivers/misc/sgi-xp/xpc_main.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/misc/sgi-xp/xpc_main.c b/drivers/misc/sgi-xp/xpc_main.c index f7478cc3572d..dc686110aef7 100644 --- a/drivers/misc/sgi-xp/xpc_main.c +++ b/drivers/misc/sgi-xp/xpc_main.c | |||
@@ -169,8 +169,9 @@ static struct notifier_block xpc_die_notifier = { | |||
169 | .notifier_call = xpc_system_die, | 169 | .notifier_call = xpc_system_die, |
170 | }; | 170 | }; |
171 | 171 | ||
172 | enum xp_retval (*xpc_get_partition_rsvd_page_pa) (u64 buf, u64 *cookie, | 172 | enum xp_retval (*xpc_get_partition_rsvd_page_pa) (void *buf, u64 *cookie, |
173 | u64 *paddr, size_t *len); | 173 | unsigned long *rp_pa, |
174 | size_t *len); | ||
174 | enum xp_retval (*xpc_rsvd_page_init) (struct xpc_rsvd_page *rp); | 175 | enum xp_retval (*xpc_rsvd_page_init) (struct xpc_rsvd_page *rp); |
175 | void (*xpc_heartbeat_init) (void); | 176 | void (*xpc_heartbeat_init) (void); |
176 | void (*xpc_heartbeat_exit) (void); | 177 | void (*xpc_heartbeat_exit) (void); |
@@ -189,7 +190,8 @@ int (*xpc_n_of_deliverable_msgs) (struct xpc_channel *ch); | |||
189 | struct xpc_msg *(*xpc_get_deliverable_msg) (struct xpc_channel *ch); | 190 | struct xpc_msg *(*xpc_get_deliverable_msg) (struct xpc_channel *ch); |
190 | 191 | ||
191 | void (*xpc_request_partition_activation) (struct xpc_rsvd_page *remote_rp, | 192 | void (*xpc_request_partition_activation) (struct xpc_rsvd_page *remote_rp, |
192 | u64 remote_rp_pa, int nasid); | 193 | unsigned long remote_rp_pa, |
194 | int nasid); | ||
193 | void (*xpc_request_partition_reactivation) (struct xpc_partition *part); | 195 | void (*xpc_request_partition_reactivation) (struct xpc_partition *part); |
194 | void (*xpc_request_partition_deactivation) (struct xpc_partition *part); | 196 | void (*xpc_request_partition_deactivation) (struct xpc_partition *part); |
195 | void (*xpc_cancel_partition_deactivation_request) (struct xpc_partition *part); | 197 | void (*xpc_cancel_partition_deactivation_request) (struct xpc_partition *part); |