OMAP3: Move get_cpu_id() function to not duplicate code
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Wed, 25 May 2011 07:50:10 +0000 (09:50 +0200)
committerAnand Gadiyar <gadiyar@ti.com>
Thu, 14 Jul 2011 12:10:48 +0000 (17:40 +0530)
commitcdfc6fa722735fb6083dee0f139dcef00eb88809
tree792935742b9356e3973ecfa5a6bf8988bdb63940
parent63728cc5f4f6b9a590ff90d64f0fe0d53345c018
OMAP3: Move get_cpu_id() function to not duplicate code

The get_cpu_id() function is implemented by various boards, this
patch moves this function to a common place to not duplicate code.

 board/igep00x0/igep00x0.c :100:u32 get_cpu_id(void)
 board/overo/overo.c       :165:u32 get_cpu_id(void)

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
board/igep00x0/igep00x0.c
board/overo/overo.c
cpu/omap3/sys_info.c