aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
commit8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6 (patch)
tree04f7640ae75fd41d49d6ea2460314a93c7f98289 /xen/include/xen/softirq.h
parent4207635014c977748811f86871444f10819a6b07 (diff)
downloadxen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.gz
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.bz2
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.zip
Rename ac_timer_* interfaces -> timer_*. The ac_ is
meaningless and unnecessary. Rename rem_timer -> stop_timer. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/softirq.h')
-rw-r--r--xen/include/xen/softirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h
index 87d6c807ee..9293b3168e 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -2,7 +2,7 @@
#define __XEN_SOFTIRQ_H__
/* Common softirqs come first in the following list. */
-#define AC_TIMER_SOFTIRQ 0
+#define TIMER_SOFTIRQ 0
#define SCHEDULE_SOFTIRQ 1
#define NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ 2
#define KEYPRESS_SOFTIRQ 3