Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117403
b: refs/heads/master
c: fa89b60
h: refs/heads/master
i:
  117401: fb804ab
  117399: 80bbfed
v: v3
  • Loading branch information
Yinghai Lu authored and Len Brown committed Oct 11, 2008
1 parent 2255c73 commit c2cb81f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: ee297533279a802eac8b1cbea8e65b24b36a1aac
refs/heads/master: fa89b6089b5f4c7a5244b642caaca3e72b06ebe4
8 changes: 0 additions & 8 deletions trunk/include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,10 @@ int acpi_parse_mcfg (struct acpi_table_header *header);
void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);

/* the following four functions are architecture-dependent */
#ifdef CONFIG_HAVE_ARCH_PARSE_SRAT
#define NR_NODE_MEMBLKS MAX_NUMNODES
#define acpi_numa_slit_init(slit) do {} while (0)
#define acpi_numa_processor_affinity_init(pa) do {} while (0)
#define acpi_numa_memory_affinity_init(ma) do {} while (0)
#define acpi_numa_arch_fixup() do {} while (0)
#else
void acpi_numa_slit_init (struct acpi_table_slit *slit);
void acpi_numa_processor_affinity_init (struct acpi_srat_cpu_affinity *pa);
void acpi_numa_memory_affinity_init (struct acpi_srat_mem_affinity *ma);
void acpi_numa_arch_fixup(void);
#endif

#ifdef CONFIG_ACPI_HOTPLUG_CPU
/* Arch dependent functions for cpu hotplug support */
Expand Down

0 comments on commit c2cb81f

Please sign in to comment.