Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193496
b: refs/heads/master
c: 186c307
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed May 6, 2010
1 parent 064077e commit c608cab
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 48 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: b9ee2043096b02e5da8c62f9a8a8f2e172b3606b
refs/heads/master: 186c307f008d2a53961cd970aaf7cb9c33e79cb1
2 changes: 2 additions & 0 deletions trunk/drivers/acpi/acpica/acevents.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ acpi_ev_create_gpe_block(struct acpi_namespace_node *gpe_device,
u32 interrupt_number,
struct acpi_gpe_block_info **return_gpe_block);

void acpi_ev_update_gpes(acpi_owner_id table_owner_id);

acpi_status
acpi_ev_initialize_gpe_block(struct acpi_namespace_node *gpe_device,
struct acpi_gpe_block_info *gpe_block);
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/acpi/acpica/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ struct acpi_gpe_xrupt_info {
struct acpi_gpe_walk_info {
struct acpi_namespace_node *gpe_device;
struct acpi_gpe_block_info *gpe_block;
u16 count;
acpi_owner_id owner_id;
u8 enable_this_gpe;
u8 execute_by_owner_id;
};

struct acpi_gpe_device_info {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/evgpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ struct acpi_gpe_event_info *acpi_ev_get_gpe_event_info(acpi_handle gpe_device,

ACPI_FUNCTION_ENTRY();

/* A NULL gpe_block means use the FADT-defined GPE block(s) */
/* A NULL gpe_device means use the FADT-defined GPE block(s) */

if (!gpe_device) {

Expand Down
Loading

0 comments on commit c608cab

Please sign in to comment.