summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl
index 98fa23fb5..825d3a0aa 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0294/DECL.asl
@@ -124,7 +124,7 @@ Device (D294) {
Return (0)
}
- Method(CHSM, 2) // buf, len
+ Method(CHSM, 2, Serialized) // buf, len
{
Name(lpN0, 0)
Name(lpC0, 0)
@@ -170,7 +170,7 @@ Device (D294) {
}
// Prepares and Loads the next Table of multiple Tables Load test
- Method(LD)
+ Method(LD,, Serialized)
{
if (LNot(LLess(HI0N, HI0M))) {
Store("LD: too many tables loaded", Debug)
@@ -231,7 +231,7 @@ Device (D294) {
Return (0)
}
- Method(TST0)
+ Method(TST0,, Serialized)
{
Name(MAXT, 0xfa)
Name(DDB1, 0)