diff options
author | Len Brown <lenb@toshiba.site> | 2006-04-01 05:12:23 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-04-01 05:12:23 -0500 |
commit | ec7381d6bfd3e7b8d2880dd5e9d03b131b0603f6 (patch) | |
tree | 011cacb6bdbc32ea0fe54e7be4e4cc0848c8e77e /include/acpi | |
parent | 8313524a0d466f451a62709aaedf988d8257b21c (diff) |
ACPI: inline trivial acpi_os_get_thread_id()
acpi_os_get_thread_id() is used only for debugging
code that is not enabled on Linux, so stub it out.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/platform/aclinux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 2f5bb5bd76b7..b5655a665ba8 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -99,4 +99,8 @@ | |||
99 | 99 | ||
100 | #define acpi_cpu_flags unsigned long | 100 | #define acpi_cpu_flags unsigned long |
101 | 101 | ||
102 | #define acpi_thread_id u32 | ||
103 | |||
104 | static inline acpi_thread_id acpi_os_get_thread_id(void) { return 0; } | ||
105 | |||
102 | #endif /* __ACLINUX_H__ */ | 106 | #endif /* __ACLINUX_H__ */ |