Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336617
b: refs/heads/master
c: a42b9bf
h: refs/heads/master
i:
  336615: 65ed381
v: v3
  • Loading branch information
Mika Westerberg authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 98b5c6a commit 60d8251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35e92b78c1d327b1624e94d1c9c65ea7065d6b95
refs/heads/master: a42b9bfe959519772fd8d97557c760f7cda4d325
2 changes: 2 additions & 0 deletions trunk/arch/ia64/kernel/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ int acpi_register_gsi(struct device *dev, u32 gsi, int triggering, int polarity)
ACPI_EDGE_SENSITIVE) ? IOSAPIC_EDGE :
IOSAPIC_LEVEL);
}
EXPORT_SYMBOL_GPL(acpi_register_gsi);

void acpi_unregister_gsi(u32 gsi)
{
Expand All @@ -644,6 +645,7 @@ void acpi_unregister_gsi(u32 gsi)

iosapic_unregister_intr(gsi);
}
EXPORT_SYMBOL_GPL(acpi_unregister_gsi);

static int __init acpi_parse_fadt(struct acpi_table_header *table)
{
Expand Down

0 comments on commit 60d8251

Please sign in to comment.