summaryrefslogtreecommitdiffstats
path: root/x86-allow-1024-cpus.patch
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.12-4849-g10d0c97Josh Boyer2013-11-121-13/+0
| | | | | | | | Replace x86-allow-1024-cpus.patch with the patch that contains the one hunk not already applied upstream. Don't install the 'trace' alias symlink for 'perf trace'. Seems much too generic to just throw that into /usr/bin
* Add patch to allow NR_CPUS=1024 on x86_64Josh Boyer2013-11-011-0/+13
The way the kconfig is structured, you either have a range from 2-512 CPUs if SMP is set and MAXSMP is not set, or you get the default value of 4096 as soon as you set MAXSMP. Increase the range to 1024 in the !MAXSMP case.