|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Declare ac_timer_init() properly in ac_timer.h
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID b3e6901f4cdbdfa9c649ac1eaae070011e4e3876
# Parent b0f61c2c07462185096aa1708f0b49c2399304fe
Declare ac_timer_init() properly in ac_timer.h
diff -r b0f61c2c0746 -r b3e6901f4cdb xen/arch/x86/setup.c
--- a/xen/arch/x86/setup.c Wed Oct 19 13:00:37 2005
+++ b/xen/arch/x86/setup.c Wed Oct 19 14:51:14 2005
@@ -78,7 +78,6 @@
extern void init_IRQ(void);
extern void trap_init(void);
extern void early_time_init(void);
-extern void ac_timer_init(void);
extern void initialize_keytable(void);
extern void early_cpu_init(void);
diff -r b0f61c2c0746 -r b3e6901f4cdb xen/include/xen/ac_timer.h
--- a/xen/include/xen/ac_timer.h Wed Oct 19 13:00:37 2005
+++ b/xen/include/xen/ac_timer.h Wed Oct 19 14:51:14 2005
@@ -63,6 +63,11 @@
*/
extern void rem_ac_timer(struct ac_timer *timer);
+/*
+ * Initialisation. Must be called before any other ac_timer function.
+ */
+extern void ac_timer_init(void);
+
#endif /* _AC_TIMER_H_ */
/*
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Declare ac_timer_init() properly in ac_timer.h,
Xen patchbot -unstable <=
|
|
|
|
|