diff options
| author | Jesse Barnes <jbarnes@sgi.com> | 2004-08-18 21:50:56 +0000 |
|---|---|---|
| committer | Tony Luck <aegl@agluck-lia64.sc.intel.com> | 2004-08-18 21:50:56 +0000 |
| commit | d2b0ce45d40a687e6b14e739ca73a4ef5317537f (patch) | |
| tree | c3b67c67377e8c59285ab2433484ae8f6256193f /include | |
| parent | 0b9aa6dd8cc89e1d491c19d4848b3e8b26e3ae4f (diff) | |
[ACPI] ia64 build fix
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/acpi.h b/include/asm-ia64/acpi.h index 3e13984cf871..d72701c2547a 100644 --- a/include/asm-ia64/acpi.h +++ b/include/asm-ia64/acpi.h @@ -89,6 +89,7 @@ ia64_acpi_release_global_lock (unsigned int *lock) ((Acq) = ia64_acpi_release_global_lock((unsigned int *) GLptr)) #define acpi_disabled 0 /* ACPI always enabled on IA64 */ +#define acpi_noirq 0 /* ACPI always enabled on IA64 */ #define acpi_pci_disabled 0 /* ACPI PCI always enabled on IA64 */ #define acpi_strict 1 /* no ACPI spec workarounds on IA64 */ static inline void disable_acpi(void) { } |
