diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-03-08 09:21:02 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-03-12 00:45:04 +0100 |
commit | 3cf24497f45d61ed3c3290b5b03f3baeb8401f04 (patch) | |
tree | 32e5886ac23ccfd419694b33f83f518a9df45770 /include | |
parent | 98b5c9934ccdf6c04413e0d03c1ddeb32592d8c6 (diff) | |
download | linux-next-3cf24497f45d61ed3c3290b5b03f3baeb8401f04.tar.gz |
ACPICA: Fix a long-standing bug in local cache
Since 20060317, the pointer to next object is the first element in
its common header. Remove bogus LinkOffset from ACPI_MEMORY_LIST
and directly use NextObject.
Signed-off-by: Jung-uk Kim <jkim@FreeBSD.org>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/actypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 845e75f1ffd8..3fac1be2d8b4 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -1128,7 +1128,6 @@ struct acpi_memory_list { u16 object_size; u16 max_depth; u16 current_depth; - u16 link_offset; #ifdef ACPI_DBG_TRACK_ALLOCATIONS |