We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb6bd5 commit adac17eCopy full SHA for adac17e
mm/ksm.c
@@ -651,10 +651,8 @@ static void remove_node_from_stable_tree(struct stable_node *stable_node)
651
* from &migrate_nodes. This will verify that future list.h changes
652
* don't break STABLE_NODE_DUP_HEAD. Only recent gcc can handle it.
653
*/
654
-#if defined(GCC_VERSION) && GCC_VERSION >= 40903
655
BUILD_BUG_ON(STABLE_NODE_DUP_HEAD <= &migrate_nodes);
656
BUILD_BUG_ON(STABLE_NODE_DUP_HEAD >= &migrate_nodes + 1);
657
-#endif
658
659
if (stable_node->head == &migrate_nodes)
660
list_del(&stable_node->list);
0 commit comments