* [PATCH] ia64: export account_system_vtime
@ 2008-06-27 14:45 Doug Chapman
2008-06-30 0:06 ` Hidetoshi Seto
0 siblings, 1 reply; 2+ messages in thread
From: Doug Chapman @ 2008-06-27 14:45 UTC (permalink / raw)
To: linux-ia64
The symbol account_system_vtime is used by the kvm module but
not exported. This breaks building with CONFIG_VIRT_CPU_ACCOUNTING
and CONFIG_KVM=m.
Signed-off-by: Doug Chapman <doug.chapman@hp.com>
---
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
index 8c73643..aad1b7b 100644
--- a/arch/ia64/kernel/time.c
+++ b/arch/ia64/kernel/time.c
@@ -117,6 +117,7 @@ void account_system_vtime(struct task_struct *tsk)
local_irq_restore(flags);
}
+EXPORT_SYMBOL_GPL(account_system_vtime);
/*
* Called from the timer interrupt handler to charge accumulated user time
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ia64: export account_system_vtime
2008-06-27 14:45 [PATCH] ia64: export account_system_vtime Doug Chapman
@ 2008-06-30 0:06 ` Hidetoshi Seto
0 siblings, 0 replies; 2+ messages in thread
From: Hidetoshi Seto @ 2008-06-30 0:06 UTC (permalink / raw)
To: linux-ia64
Acked-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thanks,
H.Seto
Doug Chapman wrote:
> The symbol account_system_vtime is used by the kvm module but
> not exported. This breaks building with CONFIG_VIRT_CPU_ACCOUNTING
> and CONFIG_KVM=m.
>
> Signed-off-by: Doug Chapman <doug.chapman@hp.com>
>
> ---
> diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c
> index 8c73643..aad1b7b 100644
> --- a/arch/ia64/kernel/time.c
> +++ b/arch/ia64/kernel/time.c
> @@ -117,6 +117,7 @@ void account_system_vtime(struct task_struct *tsk)
>
> local_irq_restore(flags);
> }
> +EXPORT_SYMBOL_GPL(account_system_vtime);
>
> /*
> * Called from the timer interrupt handler to charge accumulated user time
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-30 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-27 14:45 [PATCH] ia64: export account_system_vtime Doug Chapman
2008-06-30 0:06 ` Hidetoshi Seto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox