[MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()
authorFranck Bui-Huu <fbuihuu@gmail.com>
Fri, 13 Oct 2006 11:37:35 +0000 (13:37 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 Oct 2006 16:55:12 +0000 (17:55 +0100)
commit55b7428303d390c53d3a1bc587de8592ce65900e
treed868fceac63f285eddf8a46036ec5d2c7dfb79af
parentce9e3d9953c8cb67001719b5516da2928e956be4
[MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()

This new routine doesn't lookup for symbol names. So we needn't
to pass any char buffers or pointer since we don't care about
names.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/process.c