aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/rcupdate.c
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/common/rcupdate.c
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/common/rcupdate.c')
-rw-r--r--xen/common/rcupdate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/rcupdate.c b/xen/common/rcupdate.c
index 158e2d554b..e9979cd9d0 100644
--- a/xen/common/rcupdate.c
+++ b/xen/common/rcupdate.c
@@ -175,8 +175,8 @@ static void force_quiescent_state(struct rcu_data *rdp,
* sections are delimited by rcu_read_lock() and rcu_read_unlock(),
* and may be nested.
*/
-void fastcall call_rcu(struct rcu_head *head,
- void (*func)(struct rcu_head *rcu))
+void call_rcu(struct rcu_head *head,
+ void (*func)(struct rcu_head *rcu))
{
unsigned long flags;
struct rcu_data *rdp;