ACPICA: Add more methods eligible for NULL package element removal
authorBob Moore <robert.moore@intel.com>
Wed, 13 Apr 2011 05:15:58 +0000 (13:15 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 10 May 2011 02:16:11 +0000 (22:16 -0400)
This change adds another group of predefined names to the list
of names eligible to have NULL package elements dynamically
removed. This group is the names that return a single
variable-length package containing simple data types such
as integers, buffers, strings. This includes: _ALx,_BCL,_CID,
_DOD,_EDL,_FIX,_PCL,_PLD,_PMD,_PRx,_PSL,_Sx, and _TZD.

http://www.acpica.org/bugzilla/show_bug.cgi?id=914

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

No differences found