Displaying 3 results from an estimated 3 matches for "acpi_scan_nod".
Did you mean:
acpi_scan_nodes
2007 Oct 19
3
Problem with nr_nodes on large memory NUMA machine
...f the physical memory map "
"can be accessed by 32-on-64 guests.");
#endif
Boot messages....
(XEN) WARNING: Only the first 166 GB of the physical memory map can be
accessed by 32-on-64 guests. (XEN) Truncating memory map to 174063616kB
After the memory is clipped, acpi_scan_nodes runs cutoff_node, which
limits the memory associated with each node according to the cutoff
values. Then, acpi_scan_nodes calls unparse_node to "remove" nodes that
don''t have the minimum amount of memory, due to the clipping of the
memory range.
Can someone explain what th...
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...osta <gcosta@redhat.com>
---
include/asm-x86/acpi.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/acpi.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 vo...
2007 Dec 18
2
[PATCH 1/2] remove __init modifier from header declaration
...osta <gcosta@redhat.com>
---
include/asm-x86/acpi.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/acpi.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 vo...