Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41015
b: refs/heads/master
c: 8243229
h: refs/heads/master
i:
  41013: 9e93972
  41011: ed33328
  41007: ae17312
v: v3
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed Nov 20, 2006
1 parent 63ffdda commit d25adef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffb3d1348605816de10d4e57281e02f606508b6c
refs/heads/master: 8243229f0940ab4e9f501879d3ffb7476b02ee6a
9 changes: 1 addition & 8 deletions trunk/arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,21 +496,14 @@ int remove_memory(u64 start, u64 size)
}
EXPORT_SYMBOL_GPL(remove_memory);

#ifndef CONFIG_ACPI_NUMA
#if !defined(CONFIG_ACPI_NUMA) && defined(CONFIG_NUMA)
int memory_add_physaddr_to_nid(u64 start)
{
return 0;
}
EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid);
#endif

#ifndef CONFIG_ACPI_NUMA
int memory_add_physaddr_to_nid(u64 start)
{
return 0;
}
#endif

#endif /* CONFIG_MEMORY_HOTPLUG */

#ifdef CONFIG_MEMORY_HOTPLUG_RESERVE
Expand Down

0 comments on commit d25adef

Please sign in to comment.