* [PATCH] xen: Move preinit_xen_time in ARM headers
@ 2015-05-21 14:31 Julien Grall
2015-05-21 15:23 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2015-05-21 14:31 UTC (permalink / raw)
To: xen-devel; +Cc: Julien Grall, stefano.stabellini, tim, ian.campbell, jbeulich
This function is ARM specific. It's has been added by mistake in the
common code.
Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
xen/include/asm-arm/time.h | 2 ++
xen/include/xen/time.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/xen/include/asm-arm/time.h b/xen/include/asm-arm/time.h
index d544b5b..039039a 100644
--- a/xen/include/asm-arm/time.h
+++ b/xen/include/asm-arm/time.h
@@ -31,6 +31,8 @@ extern void __cpuinit init_timer_interrupt(void);
/* Counter value at boot time */
extern uint64_t boot_count;
+void preinit_xen_time(void);
+
#endif /* __ARM_TIME_H__ */
/*
* Local variables:
diff --git a/xen/include/xen/time.h b/xen/include/xen/time.h
index bb19511..da4e8d7 100644
--- a/xen/include/xen/time.h
+++ b/xen/include/xen/time.h
@@ -12,7 +12,6 @@
#include <public/xen.h>
extern int init_xen_time(void);
-void preinit_xen_time(void);
extern void cstate_restore_tsc(void);
extern unsigned long cpu_khz;
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xen: Move preinit_xen_time in ARM headers
2015-05-21 14:31 [PATCH] xen: Move preinit_xen_time in ARM headers Julien Grall
@ 2015-05-21 15:23 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-05-21 15:23 UTC (permalink / raw)
To: Julien Grall; +Cc: xen-devel, tim, jbeulich, stefano.stabellini
On Thu, 2015-05-21 at 15:31 +0100, Julien Grall wrote:
> This function is ARM specific. It's has been added by mistake in the
> common code.
>
> Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked + applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-21 16:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 14:31 [PATCH] xen: Move preinit_xen_time in ARM headers Julien Grall
2015-05-21 15:23 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.