Displaying 5 results from an estimated 5 matches for "x86_64_acpi_numa".
2019 Dec 24
0
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
> Am 24.12.2019 um 08:04 schrieb teawater <teawaterz at linux.alibaba.com>:
>
> ?Hi David,
>
> Thanks for your work.
>
> I Got following build fail if X86_64_ACPI_NUMA is n with rfc3 and rfc4:
> make -j8 bzImage
> GEN Makefile
> DESCEND objtool
> CALL /home/teawater/kernel/linux-upstream3/scripts/atomic/check-atomics.sh
> CALL /home/teawater/kernel/linux-upstream3/scripts/checksyscalls.sh
> CHK include/generated/compile.h
>...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...ne, under a hypervisor. This option
+ changes the kernel so it can modify itself when it is run
+ under a hypervisor, improving performance significantly.
+ However, when run without a hypervisor the kernel is
+ theoretically slower. If in doubt, say N.
+
+
config X86_64_ACPI_NUMA
bool "ACPI NUMA detection"
depends on NUMA
--
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...ne, under a hypervisor. This option
+ changes the kernel so it can modify itself when it is run
+ under a hypervisor, improving performance significantly.
+ However, when run without a hypervisor the kernel is
+ theoretically slower. If in doubt, say N.
+
+
config X86_64_ACPI_NUMA
bool "ACPI NUMA detection"
depends on NUMA
--
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...ne, under a hypervisor. This option
+ changes the kernel so it can modify itself when it is run
+ under a hypervisor, improving performance significantly.
+ However, when run without a hypervisor the kernel is
+ theoretically slower. If in doubt, say N.
+
+
config X86_64_ACPI_NUMA
bool "ACPI NUMA detection"
depends on NUMA
Index: linux-2.6.19-quilt/arch/x86_64/Kconfig.debug
===================================================================
--- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig.debug
+++ linux-2.6.19-quilt/arch/x86_64/Kconfig.debug
@@ -55,...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...ne, under a hypervisor. This option
+ changes the kernel so it can modify itself when it is run
+ under a hypervisor, improving performance significantly.
+ However, when run without a hypervisor the kernel is
+ theoretically slower. If in doubt, say N.
+
+
config X86_64_ACPI_NUMA
bool "ACPI NUMA detection"
depends on NUMA
Index: linux-2.6.19-quilt/arch/x86_64/Kconfig.debug
===================================================================
--- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig.debug
+++ linux-2.6.19-quilt/arch/x86_64/Kconfig.debug
@@ -55,...