Blackfin: SMP: fix cpudata cache setup
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2011 22:57:57 +0000 (18:57 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:13:42 +0000 (08:13 -0400)
commit44491fbc5a228f3c2e61d842fd9fee0bfb839373
treea8762ef074c96bb7e80050731dcab27684cbce84
parent8d011f70b08f563b007743fd446a6022f0329cd4
Blackfin: SMP: fix cpudata cache setup

After some cache setup reordering changesets, the blackfin_cpudata init
was left behind.  While cpu0's data was correct, cpu1's data was not.
Not that big of a deal as these are only used in the cpuinfo output, but
should still be fixed.  So move the setup of these fields to the common
cache setup function to avoid this happening again in the future.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/setup.c
arch/blackfin/mach-bf561/smp.c