From: Bob Moore Date: Fri, 4 Jul 2008 02:48:43 +0000 (+0800) Subject: ACPICA: Allow same ACPI table to be loaded/unloaded more than once X-Git-Tag: v2.6.28-rc1~26^2~26^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56f561736e340a4e923b0db65f65dabf5d94823;p=pandora-kernel.git ACPICA: Allow same ACPI table to be loaded/unloaded more than once Without this change, a table cannot be loaded again once it has been loaded/unloaded one time. The current mechanism does not unregister a table upon an unload. During a load, if the same table is found, this no longer returns an exception. http://www.acpica.org/bugzilla/show_bug.cgi?id=722 Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Andi Kleen Signed-off-by: Len Brown --- Reading git-diff-tree failed