aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-03-08 04:21:02 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-03-11 19:45:04 -0400
commit3cf24497f45d61ed3c3290b5b03f3baeb8401f04 (patch)
tree32e5886ac23ccfd419694b33f83f518a9df45770 /include/acpi
parent98b5c9934ccdf6c04413e0d03c1ddeb32592d8c6 (diff)
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/acpi')
-rw-r--r--include/acpi/actypes.h1
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 {
1128 u16 object_size; 1128 u16 object_size;
1129 u16 max_depth; 1129 u16 max_depth;
1130 u16 current_depth; 1130 u16 current_depth;
1131 u16 link_offset;
1132 1131
1133#ifdef ACPI_DBG_TRACK_ALLOCATIONS 1132#ifdef ACPI_DBG_TRACK_ALLOCATIONS
1134 1133