ia64: move function declaration, ia64_cpu_local_tick() from .c to .h
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 17 Oct 2008 02:17:44 +0000 (11:17 +0900)
committerTony Luck <tony.luck@intel.com>
Fri, 17 Oct 2008 16:52:08 +0000 (09:52 -0700)
commit1b4a18fcfadcc51987682fc266bb88ed59d12935
treefdb9a0a488fe772fef22711279627933baecf7c6
parent41a6ba09839cc5b114ea2c2c064b056e35cf93f1
ia64: move function declaration, ia64_cpu_local_tick() from .c to .h

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@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/timex.h
arch/ia64/kernel/process.c