That has the same problem that AC was worried about. Variables that
used to be treated as "undefined, don't care" are now treated as
"undefined, assume n and forbid".
As long as there is any ambiguity about how a rule is meant to treat
undefined variables, treating all undefined variables as 'n' is not
safe. Before making a global change like this, first verify that no
rule treats undefined variables as "don't care". Otherwise something
will break.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/