[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Remove single use of fastcall from hypervisor common code.



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1333093939 -3600
# Node ID d698f46b4be9f149291d0955a07a4170352997d7
# Parent  adf1112309cf63a5897716face0a6441eff7b610
Remove single use of fastcall from hypervisor common code.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---


diff -r adf1112309cf -r d698f46b4be9 xen/common/rcupdate.c
--- a/xen/common/rcupdate.c     Fri Mar 30 08:50:33 2012 +0100
+++ b/xen/common/rcupdate.c     Fri Mar 30 08:52:19 2012 +0100
@@ -175,8 +175,8 @@ static void force_quiescent_state(struct
  * 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;
diff -r adf1112309cf -r d698f46b4be9 xen/include/xen/rcupdate.h
--- a/xen/include/xen/rcupdate.h        Fri Mar 30 08:50:33 2012 +0100
+++ b/xen/include/xen/rcupdate.h        Fri Mar 30 08:52:19 2012 +0100
@@ -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);
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.