aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched-if.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-09 18:26:47 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-09 18:26:47 +0000
commiteb1a565927c0fdcd89be41f6d063c458539cca8d (patch)
tree098888cc3dadfbd978e9381d069dd8346b6d6adc /xen/include/xen/sched-if.h
parentbc69003d96068102da46008481e5e449f2ef9b7d (diff)
downloadxen-eb1a565927c0fdcd89be41f6d063c458539cca8d.tar.gz
xen-eb1a565927c0fdcd89be41f6d063c458539cca8d.tar.bz2
xen-eb1a565927c0fdcd89be41f6d063c458539cca8d.zip
xen: New vcpu_op commands for setting periodic and single-shot timers.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/sched-if.h')
-rw-r--r--xen/include/xen/sched-if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/sched-if.h b/xen/include/xen/sched-if.h
index d506d7a589..f6ba9faa5c 100644
--- a/xen/include/xen/sched-if.h
+++ b/xen/include/xen/sched-if.h
@@ -16,7 +16,6 @@ struct schedule_data {
struct vcpu *idle; /* idle task for this cpu */
void *sched_priv;
struct timer s_timer; /* scheduling timer */
- unsigned long tick; /* current periodic 'tick' */
} __cacheline_aligned;
DECLARE_PER_CPU(struct schedule_data, schedule_data);
@@ -61,7 +60,6 @@ struct scheduler {
unsigned int sched_id; /* ID for this scheduler */
void (*init) (void);
- void (*tick) (unsigned int cpu);
int (*init_domain) (struct domain *);
void (*destroy_domain) (struct domain *);