Baytrail/dptf: Always return 0 in TCPU._PPC
According to DPTF team _PPC in TCPU must return 0 always. BUG=chromium:355964 TEST=Pass build. BRANCH=rambi Change-Id: I76f0da27757ba4717f0e392bcd80e890d925061a Original-Change-Id: I8b9e17e5479e8a226cb11cd43ce888a3e4dead73 Signed-off-by: Kein Yuan <kein.yuan@intel.com> Reviewed-on: https://chromium-review.googlesource.com/193069 Tested-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Queue: Shawn Nematbakhsh <shawnn@chromium.org>
This commit is contained in:
parent
3211ac0a29
commit
6dbcc677ce
1 changed files with 1 additions and 6 deletions
|
|
@ -2,7 +2,6 @@ External (\_PR.CPU0._TSS, MethodObj)
|
|||
External (\_PR.CPU0._TPC, MethodObj)
|
||||
External (\_PR.CPU0._PTC, PkgObj)
|
||||
External (\_PR.CPU0._TSD, PkgObj)
|
||||
External (\_PR.CPU0._PPC, MethodObj)
|
||||
External (\_PR.CPU0._PSS, MethodObj)
|
||||
|
||||
Device (TCPU)
|
||||
|
|
@ -86,11 +85,7 @@ Device (TCPU)
|
|||
|
||||
Method (_PPC)
|
||||
{
|
||||
If (CondRefOf (\_PR.CPU0._PPC)) {
|
||||
Return (\_PR.CPU0._PPC)
|
||||
} Else {
|
||||
Return (0)
|
||||
}
|
||||
Return (0)
|
||||
}
|
||||
|
||||
Method (SPPC, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue