summaryrefslogtreecommitdiffstats
path: root/post/lib_powerpc/threei.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/lib_powerpc/threei.c')
-rw-r--r--post/lib_powerpc/threei.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/post/lib_powerpc/threei.c b/post/lib_powerpc/threei.c
index 31953f9354..95b6322687 100644
--- a/post/lib_powerpc/threei.c
+++ b/post/lib_powerpc/threei.c
@@ -75,8 +75,7 @@ static struct cpu_post_threei_s
0xffff8000
},
};
-static unsigned int cpu_post_threei_size =
- sizeof (cpu_post_threei_table) / sizeof (struct cpu_post_threei_s);
+static unsigned int cpu_post_threei_size = ARRAY_SIZE(cpu_post_threei_table);
int cpu_post_test_threei (void)
{
OpenPOWER on IntegriCloud