* Pavel Machek <pavel@xxxxxx> wrote:
On Fri 2008-04-25 17:15:49, Mike Travis wrote:because this way randconfig can trigger it and can configure all the otherwise randconfig-invisible [or just plain unlikely] numerics and options up to their max.* Increase the limit of NR_CPUS to 4096 and introduce a booleanWhy is redundant option 'maxsmp' a good idea?
called "MAXSMP" which when set (e.g. "allyesconfig"), will set
NR_CPUS = 4096 and NODES_SHIFT = 9 (512).
I found 2-3 "large box" bugs via that way already.
Should we improve randconfig to select numeric values when range is
given, too?
Pavel