Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55265
b: refs/heads/master
c: 7e81ab9
h: refs/heads/master
i:
  55263: 425b849
v: v3
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed May 9, 2007
1 parent 8545c12 commit e5d9c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f4ebc993759dc25dc3db6b6f1a13a23df8264d4b
refs/heads/master: 7e81ab9d3d9a22fb7b20c56f0cabc8ef51954014
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ int __init acpi_numa_init(void)
return 0;
}

int __meminit acpi_get_pxm(acpi_handle h)
int acpi_get_pxm(acpi_handle h)
{
unsigned long pxm;
acpi_status status;
Expand All @@ -246,7 +246,7 @@ int __meminit acpi_get_pxm(acpi_handle h)
}
EXPORT_SYMBOL(acpi_get_pxm);

int __meminit acpi_get_node(acpi_handle *handle)
int acpi_get_node(acpi_handle *handle)
{
int pxm, node = -1;

Expand Down

0 comments on commit e5d9c76

Please sign in to comment.