zephyr/arch/x86/core
Yonattan Louise 5b6469b1de Rename _Gdt to _gdt
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>
2016-02-05 20:13:53 -05:00
..
offsets Eliminate GEN_OFFSET_SYM_HOST() macro 2016-02-05 20:13:45 -05:00
cpuhalt.s Renaming _SysPowerSaveIdle to _sys_power_save_idle 2016-02-05 20:13:47 -05:00
excconnect.c
excstub.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
ffs.s
gdt.c Rename _Gdt to _gdt 2016-02-05 20:13:53 -05:00
intboiexit.s
intconnect.c
inthndlset.c
intstub.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
msr.s
nanoatomic_nolock.c
nanoatomic.s
nanocontext.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanofatal.c Compiler specific configuration 2016-02-05 20:13:52 -05:00
nanofloat.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
swap.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
unaligned.s