From: Keir Fraser Date: Wed, 11 Mar 2009 10:07:06 +0000 (+0000) Subject: xentrace: TRC_SCHED_DOM_REM is defined, but never used. Use it. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=408cf363fa1cdb6cdd3e0513b86f8e81022c3e07;p=xen.git xentrace: TRC_SCHED_DOM_REM is defined, but never used. Use it. Signed-off-by: George Dunlap --- diff --git a/xen/common/domain.c b/xen/common/domain.c index b21e43f155..187735b18c 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -30,6 +30,7 @@ #include #include #include +#include /* Linux config option: propageted to domain0 */ /* xen_processor_pmbits: xen control Cx, Px, ... */ @@ -595,6 +596,7 @@ void domain_destroy(struct domain *d) return; /* Delete from task list and task hashtable. */ + TRACE_1D(TRC_SCHED_DOM_REM, d->domain_id); spin_lock(&domlist_update_lock); pd = &domain_list; while ( *pd != d )