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 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

--
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