提交 676f4a92 编写于 作者: C Cyrill Gorcunov 提交者: Ingo Molnar

x86: io-apic - use ARRAY_SIZE macro

Make the code width a bit shorter with ARRAY_SIZE macro.
Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 b558cb35
...@@ -166,7 +166,7 @@ static void __init init_work(void *data) ...@@ -166,7 +166,7 @@ static void __init init_work(void *data)
memcpy(cfg, irq_cfg_legacy, sizeof(irq_cfg_legacy)); memcpy(cfg, irq_cfg_legacy, sizeof(irq_cfg_legacy));
legacy_count = sizeof(irq_cfg_legacy)/sizeof(irq_cfg_legacy[0]); legacy_count = ARRAY_SIZE(irq_cfg_legacy);
for (i = legacy_count; i < *da->nr; i++) for (i = legacy_count; i < *da->nr; i++)
init_one_irq_cfg(&cfg[i]); init_one_irq_cfg(&cfg[i]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册