mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 20:30:20 +00:00
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" -o -name "*.arch" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: I752fc813d33d4965b8d764347870dc51273c9634 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
offsets | ||
cpuhalt.s | ||
excconnect.c | ||
excstub.s | ||
ffs.s | ||
gdt.c | ||
intboiexit.s | ||
intconnect.c | ||
inthndlset.c | ||
intstub.s | ||
msr.s | ||
nanoatomic_nolock.c | ||
nanoatomic.s | ||
nanocontext.c | ||
nanofatal.c | ||
nanofloat.c | ||
swap.s | ||
unaligned.s |