aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/rcupdate.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-03-30 08:52:19 +0100
committerKeir Fraser <keir@xen.org>2012-03-30 08:52:19 +0100
commit33c4b1044d00866e9b6d9362048fb194e76afb77 (patch)
treef4c87d87f0a5fbcfce9903997b8c7e10cbc1fef8 /xen/include/xen/rcupdate.h
parentb57458c1d02b3ec8d8752e9cfdb17d1a89157f03 (diff)
downloadxen-33c4b1044d00866e9b6d9362048fb194e76afb77.tar.gz
xen-33c4b1044d00866e9b6d9362048fb194e76afb77.tar.bz2
xen-33c4b1044d00866e9b6d9362048fb194e76afb77.zip
Remove single use of fastcall from hypervisor common code.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/rcupdate.h')
-rw-r--r--xen/include/xen/rcupdate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/xen/rcupdate.h b/xen/include/xen/rcupdate.h
index 8e5555f9b2..91ded98641 100644
--- a/xen/include/xen/rcupdate.h
+++ b/xen/include/xen/rcupdate.h
@@ -142,8 +142,8 @@ void rcu_init(void);
void rcu_check_callbacks(int cpu);
/* Exported interfaces */
-void fastcall call_rcu(struct rcu_head *head,
- void (*func)(struct rcu_head *head));
+void call_rcu(struct rcu_head *head,
+ void (*func)(struct rcu_head *head));
int rcu_barrier(void);