powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()
authorNathan Lynch <ntl@pobox.com>
Wed, 10 Dec 2008 20:16:07 +0000 (20:16 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 21 Dec 2008 03:21:14 +0000 (14:21 +1100)
commitb2ea25b958968c152c6fac0594f2c9aa8b59eb8d
treeacf73d999342933369b2a96de9c79e002dee471d
parente523f723d69cde44e10116d7f49b277da0c6702c
powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()

The smp code uses cache information to populate cpu_core_map; change
it to use common code for cache lookup.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/smp.c