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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



----- "CAI Qian" <caiqian@xxxxxxxxxx> wrote:

> Hi,
> 
> Upcoming RHEL6 x86_64 kernel has CONFIG_NR_CPUS=4096. As the result,
> analysing x86_64 live system is failing,
> 
...
> 
> WARNING: kernel-configured NR_CPUS (4096) greater than compiled-in NR_CPUS (512)
> 
> crash: recompile crash with larger NR_CPUS

Queued for the next release.

Thanks,
  Dave


> Signed-off-by: CAI Qian <caiqian@xxxxxxxxxx>
> 
> --- 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)
> 

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux