diff options
author | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:36 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-07-10 02:39:36 -0400 |
commit | 20b499aa06edf59fa2d21f29d42d36586c6c058e (patch) | |
tree | 2691a1de8f285fcc9a65fa65bd2ece4d4ec8404f /include/acpi/aclocal.h | |
parent | dece75b3a288fa49b3aab685543ec2f5c94b8cfc (diff) | |
parent | ab8aa06a5c0b75974fb1949365cbb20a15cedf14 (diff) | |
download | op-kernel-dev-20b499aa06edf59fa2d21f29d42d36586c6c058e.zip op-kernel-dev-20b499aa06edf59fa2d21f29d42d36586c6c058e.tar.gz |
Pull bugzilla-6687 into test branch
Diffstat (limited to 'include/acpi/aclocal.h')
-rw-r--r-- | include/acpi/aclocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/aclocal.h b/include/acpi/aclocal.h index 56b8024..fbafee6 100644 --- a/include/acpi/aclocal.h +++ b/include/acpi/aclocal.h @@ -127,7 +127,7 @@ typedef u8 acpi_owner_id; /* This Thread ID means that the mutex is not in use (unlocked) */ -#define ACPI_MUTEX_NOT_ACQUIRED (u32) -1 +#define ACPI_MUTEX_NOT_ACQUIRED (acpi_thread_id) 0 /* Table for the global mutexes */ |