mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
arch/x86/acpi/globutil.asl: Make control method S2BF
serialized
This changes eliminates a warning from the ASL compiler. Change-Id: I502cca731b6b4cd3e17c57fc191f1eed10a5a1fe Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/4093 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
8ebc72cdda
commit
cd47740844
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Method(SLEN, 1)
|
||||||
Return(Sizeof(Local0))
|
Return(Sizeof(Local0))
|
||||||
}
|
}
|
||||||
|
|
||||||
Method(S2BF, 1)
|
Method(S2BF, 1, Serialized)
|
||||||
{
|
{
|
||||||
Add(SLEN(Arg0), One, Local0)
|
Add(SLEN(Arg0), One, Local0)
|
||||||
Name(BUFF, Buffer(Local0) {})
|
Name(BUFF, Buffer(Local0) {})
|
||||||
|
|
Loading…
Add table
Reference in a new issue