“bbdc2821db041fb07ffa52e4a0e1ebb5410790e9”上不存在“drivers/net/ethernet/mellanox/mlx4/mr.c”
提交 e18105c1 编写于 作者: C Chris Metcalf

arch/tile: convert a BUG_ON to BUILD_BUG_ON

Inspired by Akinobu Mita's cleanup work.
Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
上级 ce7f2a39
......@@ -311,7 +311,7 @@ static void __init setup_memory(void)
#endif
/* We are using a char to hold the cpu_2_node[] mapping */
BUG_ON(MAX_NUMNODES > 127);
BUILD_BUG_ON(MAX_NUMNODES > 127);
/* Discover the ranges of memory available to us */
for (i = 0; ; ++i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册