search for: __acpi_map_pxm_to_node

Displaying 3 results from an estimated 3 matches for "__acpi_map_pxm_to_node".

2016 Mar 30
1
CentOS6: Building a modified kernel rpm
...menuconfig to avoid some additional mistakes in the config file. However, with this CONFIG_NUMA_EMU option , the compiler returns an error and compilation fails. arch/x86/mm/srat_64.c: In function 'acpi_fake_nodes': arch/x86/mm/srat_64.c:469: error: implicit declaration of function '__acpi_map_pxm_to_node' make[2]: *** [arch/x86/mm/srat_64.o] Error 1 make[1]: *** [arch/x86/mm] Error 2 make: *** [arch/x86] Error 2 make: *** Waiting for unfinished jobs.... error: Bad exit status from /var/tmp/rpm-tmp.VkJ805 (%build) Bad exit status from /var/tmp/rpm-tmp.VkJ805 (%build) Without CONFIG_NUMA_EM...
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
...ILD/kernel-2.6.32-573.22.1.el6/linux-2.6.32-573.22.1.el6.numa.x86_64/ edit .config or make menuconfig to set CONFIG_NUMA_EMU=y make rpm But compilation fails with arch/x86/mm/srat_64.c: In function 'acpi_fake_nodes': arch/x86/mm/srat_64.c:469: error: implicit declaration of function '__acpi_map_pxm_to_node' An error i've met some years ago and the only work arround found was to use an older kernel source package. Patrick || -- =================================================================== | Equipe M.O.S.T. | | | Patrick BEGOU...
2016 Mar 25
2
CentOS6: Building a modified kernel rpm
I'm very confused on the right step to use to setup a modified kernel in centOS6. As a simple user, I've downloaded the latests sources (I'm runing an old kernel version) : rpm -i http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm in the spec file ~/rpmbuild/SPECS/kernel.spec I've set: %define buildid .numa Now I want to set