ACPICA: Invalidate DdbHandle after table unload
authorLin Ming <ming.m.lin@intel.com>
Thu, 21 May 2009 02:32:02 +0000 (10:32 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 27 May 2009 04:35:51 +0000 (00:35 -0400)
commite0be6f5a9863b626c19f0be04946c6285cc9db56
treeca2fb2a68d8a58101a27810d108a6965af04b602
parent06366c149232f64c89f513f188ccc6783d0e444f
ACPICA: Invalidate DdbHandle after table unload

Mark the DdbHandle as invalid after the table it refers to is
unloaded.  This is needed because the handle itself may not be
deleted after the table unload, depending on whether it has been
stored in a named object by the caller.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/exconfig.c