1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3/* These come from the dynamically created CPU SSDT */ 4External (\_SB.CNOT, MethodObj) 5 6/* Notify OS to re-read CPU tables */ 7Method (PNOT) 8{ 9 \_SB.CNOT (0x81) 10} 11 12/* Notify OS to re-read CPU _PPC limit */ 13Method (PPCN) 14{ 15 \_SB.CNOT (0x80) 16} 17 18/* Notify OS to re-read Throttle Limit tables */ 19Method (TNOT) 20{ 21 \_SB.CNOT (0x82) 22} 23