summaryrefslogtreecommitdiffstats
path: root/post/lib_powerpc/rlwinm.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/lib_powerpc/rlwinm.c')
-rw-r--r--post/lib_powerpc/rlwinm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/post/lib_powerpc/rlwinm.c b/post/lib_powerpc/rlwinm.c
index 88a28c6431..a04ec52716 100644
--- a/post/lib_powerpc/rlwinm.c
+++ b/post/lib_powerpc/rlwinm.c
@@ -59,8 +59,7 @@ static struct cpu_post_rlwinm_s
0x0000ff00
},
};
-static unsigned int cpu_post_rlwinm_size =
- sizeof (cpu_post_rlwinm_table) / sizeof (struct cpu_post_rlwinm_s);
+static unsigned int cpu_post_rlwinm_size = ARRAY_SIZE(cpu_post_rlwinm_table);
int cpu_post_test_rlwinm (void)
{
OpenPOWER on IntegriCloud