Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29207
b: refs/heads/master
c: 236ee8c
h: refs/heads/master
i:
  29205: 2116a8e
  29203: 70deaae
  29199: b6d3b3a
v: v3
  • Loading branch information
Tony Luck committed Jun 23, 2006
1 parent 4661a26 commit 9a93030
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: 8cf60e04a131310199d5776e2f9e915f0c468899
refs/heads/master: 236ee8c33277ab48671995f26dc68a4639936418
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ EXPORT_SYMBOL(acpi_unregister_gsi);
static int __init acpi_parse_fadt(unsigned long phys_addr, unsigned long size)
{
struct acpi_table_header *fadt_header;
struct fadt_descriptor_rev2 *fadt;
struct fadt_descriptor *fadt;

if (!phys_addr || !size)
return -EINVAL;
Expand All @@ -627,7 +627,7 @@ static int __init acpi_parse_fadt(unsigned long phys_addr, unsigned long size)
if (fadt_header->revision != 3)
return -ENODEV; /* Only deal with ACPI 2.0 FADT */

fadt = (struct fadt_descriptor_rev2 *)fadt_header;
fadt = (struct fadt_descriptor *)fadt_header;

if (!(fadt->iapc_boot_arch & BAF_8042_KEYBOARD_CONTROLLER))
acpi_kbd_controller_present = 0;
Expand Down

0 comments on commit 9a93030

Please sign in to comment.