powerpc: Export variables used in conversions to/from cputime_t
authorPaul Mackerras <paulus@samba.org>
Mon, 27 Feb 2006 04:41:47 +0000 (15:41 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Feb 2006 04:41:47 +0000 (15:41 +1100)
commit2cf82c0256b198ae28c465f2c4d7c12c836ea5ea
tree722bd1d117959450633105633c92cc22be8e8d61
parentf055affb89f587a03f3411c3fd49ef31295c3d48
powerpc: Export variables used in conversions to/from cputime_t

The inline cputime_to_foo and foo_to_cputime conversion functions in
include/asm-powerpc/cputime.h refer to 5 variables, which need to be
exported if those functions are to be usable from modules.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/time.c