It doesn't seem to be used anywhere.

https://lkml.org/lkml/2012/10/23/572

Maybe this script should be run one day:

$ git grep --name-only CONFIG_EXPERIMENTAL arch | \
  xargs perl -p -i -e 'local $/; while (<>) { s/^[ 
\t]*CONFIG_EXPERIMENTAL=y\s*//g;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to