|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 03/32] ia64: move function declaration, ia64_cpu
eliminate the function declaration ia64_cpu_local_tick() in
process.c by defining in arch/ia64/include/asm/timex.h
The same function will be used in a different .c file later.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/ia64/include/asm/timex.h | 2 ++
arch/ia64/kernel/process.c | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/include/asm/timex.h b/arch/ia64/include/asm/timex.h
index 05a6baf..4e03cfe 100644
--- a/arch/ia64/include/asm/timex.h
+++ b/arch/ia64/include/asm/timex.h
@@ -39,4 +39,6 @@ get_cycles (void)
return ret;
}
+extern void ia64_cpu_local_tick (void);
+
#endif /* _ASM_IA64_TIMEX_H */
diff --git a/arch/ia64/kernel/process.c b/arch/ia64/kernel/process.c
index 3ab8373..8de0f46 100644
--- a/arch/ia64/kernel/process.c
+++ b/arch/ia64/kernel/process.c
@@ -251,7 +251,6 @@ default_idle (void)
/* We don't actually take CPU down, just spin without interrupts. */
static inline void play_dead(void)
{
- extern void ia64_cpu_local_tick (void);
unsigned int this_cpu = smp_processor_id();
/* Ack it */
--
1.6.0.2
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 00/32] ia64/xen domU take 11, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 05/32] ia64/xen: introduce sync bitops which is necessary for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/32] ia64/pv_ops: update native/inst.h to clobber predicate., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/32] ia64/pv_ops: avoid name conflict of get_irq_chip()., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 03/32] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 12/32] ia64/xen: implement the arch specific part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 15/32] ia64/xen: add definitions necessary for xen event channel., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/32] ia64/xen: introduce definitions necessary for ia64/xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 23/32] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 14/32] ia64/xen: implement arch specific part of xen grant table., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/32] ia64/pv_ops/xen: paravirtualize ivt.S for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 29/32] ia64/xen: preliminary support for save/restore., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 13/32] ia64/xen: xencomm conversion functions for hypercalls, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/32] ia64/xen: define helper functions for xen hypercalls., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/32] ia64/pv_ops/xen: elf note based xen startup., Isaku Yamahata
|
|
|
|
|