diff options
author | Alexander Graf | 2009-10-30 05:47:19 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt | 2009-11-05 16:50:24 +1100 |
commit | 4ab79aa801b6b4f2e2fb508d6107cdd9320d682d (patch) | |
tree | 9b3d92f8c6db41404fafbc2d2fa1e04bbc3a4411 /arch/powerpc/kernel/time.c | |
parent | 62908905b2fd98c11bd472c1e617d35eff33fc84 (diff) |
Export symbols for KVM module
We want to be able to build KVM as a module. To enable us doing so, we
need some more exports from core Linux parts.
This patch exports all functions and variables that are required for KVM.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/time.c')
-rw-r--r-- | arch/powerpc/kernel/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 92dc844299b6..e05f6af64353 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c @@ -268,6 +268,7 @@ void account_system_vtime(struct task_struct *tsk) per_cpu(cputime_scaled_last_delta, smp_processor_id()) = deltascaled; local_irq_restore(flags); } +EXPORT_SYMBOL_GPL(account_system_vtime); /* * Transfer the user and system times accumulated in the paca |