summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-08-02 13:07:39 -0700
committerRobert Moore <Robert.Moore@intel.com>2013-08-02 13:07:39 -0700
commit6ac67e15da3bcb33deacd325d060d056870bfe46 (patch)
treec33eceea4cb32369dcdf7b81fd45aa5dfaa923b8 /tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
parent64e52a3577f287eeafee98663deff1163cccdd46 (diff)
downloadacpica-6ac67e15da3bcb33deacd325d060d056870bfe46.tar.gz
ASLTS: Serialize all methods that create named objects.
This change greatly reduces the remark that iASL emits when a non-serialized control method creates named objects. David Box.
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
index c1ecd6113..a322661f9 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0305/DECL.asl
@@ -34,7 +34,7 @@
Method(mff2)
{
- Method(m000, 1)
+ Method(m000, 1, Serialized, 3)
{
if (LNot(arg0)) {
Scope(\_SB) { Name(i2z6, 0xabcd0000) }