[Crash-utility] Re: [PATCH] Fix kernel-configured NR_CPUS (4096) greater than compiled-in NR_CPUS (512)

Bernhard Walle bernhard.walle at gmx.de
Sun Aug 2 18:16:22 UTC 2009


CAI Qian schrieb:

> --- defs.h.orig  2009-08-03 01:46:46.000000000 +0800
> +++ defs.h       2009-08-03 01:47:02.000000000 +0800
> @@ -64,7 +64,7 @@
>  #define NR_CPUS  (256)
>  #endif
>  #ifdef X86_64
> -#define NR_CPUS  (512)
> +#define NR_CPUS  (4096)
>  #endif
>  #ifdef ALPHA
>  #define NR_CPUS  (64)

Some words on testing: SUSE has that change since Nov 12 2008, so that
change should be really well tested. :)


Regards,
Bernhard




More information about the Crash-utility mailing list