Rename _SysPowerSaveFlag to _sys_power_save_flag
Updating global variable's name to follow a consistent naming convention. Change accomplished with the following script: #!/bin/bash echo "Searching for ${1} to replace with ${2}" find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: Ide44a5957321a1dd2971a341da2d35dfb1e0d0ac Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
parent
25622e5dc4
commit
d7af5727e8
4 changed files with 7 additions and 7 deletions
|
@ -123,7 +123,7 @@ SECTION_FUNC(TEXT, _NanoIdleValClear)
|
|||
*
|
||||
* This function will be called by the nanokernel idle loop or possibly within
|
||||
* an implementation of _SysPowerSaveIdle in the microkernel when the
|
||||
* '_SysPowerSaveFlag' variable is non-zero. The ARM 'wfi' instruction
|
||||
* '_sys_power_save_flag' variable is non-zero. The ARM 'wfi' instruction
|
||||
* will be issued, causing a low-power consumption sleep mode.
|
||||
*
|
||||
* RETURNS: N/A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue