Re: [PATCH 2/3] x86: add percpu, cpu_to_node debug options

2008-01-24 Thread Mike Travis
Ingo Molnar wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> +config THREAD_ORDER >> +int "Kernel stack size (in page order)" >> +range 1 3 >> +depends on X86_64 >> +default "3" if X86_SMP >> +default "1" >> +help >> + Increases kernel stack size. > > you

Re: [PATCH 2/3] x86: add percpu, cpu_to_node debug options

2008-01-24 Thread Ingo Molnar
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > +config THREAD_ORDER > + int "Kernel stack size (in page order)" > + range 1 3 > + depends on X86_64 > + default "3" if X86_SMP > + default "1" > + help > + Increases kernel stack size. you keep sending this broken po

[PATCH 2/3] x86: add percpu, cpu_to_node debug options

2008-01-22 Thread travis
[ patches for x86.git ] 02-fix-x86.git-debug-maxsmp - adds debug options [do not include, except for DEBUG] These are debug options only. Should not be applied but are very helpful when the system panics early or when testing of large count NR_CPUS is desired. Signed-off