search for: acpi_fake_nod

Displaying 5 results from an estimated 5 matches for "acpi_fake_nod".

Did you mean: acpi_fake_nodes
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...cpi.h b/include/asm-x86/acpi.h index c477e57..2feb0c4 100644 --- a/include/asm-x86/acpi.h +++ b/include/asm-x86/acpi.h @@ -158,7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end); #ifdef CONFIG_X86_64 # define NR_NODE_MEMBLKS (MAX_NUMNODES*2) #endif -extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes, +extern void acpi_fake_nodes(const struct bootnode *fake_nodes, int num_nodes); #else static inline void acpi_fake_nodes(const struct bootnode *fake_nodes, -- 1.5.0.6
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...cpi.h b/include/asm-x86/acpi.h index c477e57..2feb0c4 100644 --- a/include/asm-x86/acpi.h +++ b/include/asm-x86/acpi.h @@ -158,7 +158,7 @@ extern int acpi_scan_nodes(unsigned long start, unsigned long end); #ifdef CONFIG_X86_64 # define NR_NODE_MEMBLKS (MAX_NUMNODES*2) #endif -extern void __init acpi_fake_nodes(const struct bootnode *fake_nodes, +extern void acpi_fake_nodes(const struct bootnode *fake_nodes, int num_nodes); #else static inline void acpi_fake_nodes(const struct bootnode *fake_nodes, -- 1.5.0.6
2016 Mar 30
1
CentOS6: Building a modified kernel rpm
...ew kernel from source rpm and the CONFIG_NUMA_EMU option is active. I've set it with make 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/rp...
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
...PECS/kernel.spec to set the buildid rpmbuild -bp ~/rpmbuild/SPECS/kernel.spec cd ~/rpmbuild/BUILD/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 || -- ===========================================================...
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