ACPICA: Fix a long-standing bug in local cache
authorJung-uk Kim <jkim@FreeBSD.org>
Fri, 8 Mar 2013 09:21:02 +0000 (09:21 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 11 Mar 2013 23:45:04 +0000 (00:45 +0100)
commit3cf24497f45d61ed3c3290b5b03f3baeb8401f04
tree32e5886ac23ccfd419694b33f83f518a9df45770
parent98b5c9934ccdf6c04413e0d03c1ddeb32592d8c6
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>
drivers/acpi/acpica/utcache.c
include/acpi/actypes.h