Skip to content

Commit

Permalink
[IA64] export account_system_vtime
Browse files Browse the repository at this point in the history
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>
Acked-by: Hidetosho Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Doug Chapman authored and Tony Luck committed Jun 30, 2008
1 parent dd4f088 commit 3a677d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a677d2

Please sign in to comment.