Updating global variable's name to follow a consistent naming convention.
Explicitly moved from __ to _ by direction of Ben Walsh
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" -o -name "*.arch" \) \
! -path "./host/src/genIdt/*" \
! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';
Change-Id: I5cad8464d5f268383b2e0e63cfce144dc2602cf9
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
|
||
|---|---|---|
| .. | ||
| advidle.h | ||
| asm_inline_gcc.h | ||
| asm_inline.h | ||
| asmPrv.h | ||
| gdt.h | ||
| idtEnt.h | ||
| nanok.h | ||
| start_task_arch.h | ||
| swapstk.h | ||