aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched.h
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2013-05-07 16:50:28 +0200
committerJan Beulich <jbeulich@suse.com>2013-05-07 16:50:28 +0200
commitf3d7d1b2c5124d88d27a70a5f02a3c14fd169d42 (patch)
tree280c6eecc7ca0c17d1c19c5936c7396bf1c28ade /xen/include/xen/sched.h
parent0b201e6f584df8c3766240c6c4a8c04d2f37043e (diff)
downloadxen-f3d7d1b2c5124d88d27a70a5f02a3c14fd169d42.tar.gz
xen-f3d7d1b2c5124d88d27a70a5f02a3c14fd169d42.tar.bz2
xen-f3d7d1b2c5124d88d27a70a5f02a3c14fd169d42.zip
common: remove rcu_lock_target_domain_by_id
This function (and rcu_lock_remote_target_domain_by_id) has no remaining users, having been replaced with XSM hooks and the other rcu_lock_* functions. Remove it. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Acked-by: George Dunlap <george.dunlap@eu.citrix.com> (for 4.3 release) Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/sched.h')
-rw-r--r--xen/include/xen/sched.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h
index 41f749e19e..cb3baed344 100644
--- a/xen/include/xen/sched.h
+++ b/xen/include/xen/sched.h
@@ -477,20 +477,6 @@ struct domain *rcu_lock_domain_by_id(domid_t dom);
struct domain *rcu_lock_domain_by_any_id(domid_t dom);
/*
- * As above function, but accounts for current domain context:
- * - Translates target DOMID_SELF into caller's domain id; and
- * - Checks that caller has permission to act on the target domain.
- */
-int rcu_lock_target_domain_by_id(domid_t dom, struct domain **d);
-
-/*
- * As rcu_lock_target_domain_by_id(), but will fail EPERM rather than resolve
- * to local domain. Successful return always resolves to a remote domain that
- * the local domain is privileged to control.
- */
-int rcu_lock_remote_target_domain_by_id(domid_t dom, struct domain **d);
-
-/*
* As rcu_lock_domain_by_id(), but will fail EPERM or ESRCH rather than resolve
* to local domain.
*/