zephyr/arch/x86/include
Yonattan Louise 86da08984e Rename __DummyExcEnt to _dummy_exception_vector_stub
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>
2016-02-05 20:13:54 -05:00
..
advidle.h Rename _Gdt to _gdt 2016-02-05 20:13:53 -05:00
asm_inline_gcc.h Rename _Mxcsr to _sse_mxcsr_default_value 2016-02-05 20:13:54 -05:00
asm_inline.h Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
asmPrv.h First commit 2015-04-10 16:44:37 -07:00
gdt.h Rename _Gdt to _gdt 2016-02-05 20:13:53 -05:00
idtEnt.h First commit 2015-04-10 16:44:37 -07:00
nanok.h Rename __DummyExcEnt to _dummy_exception_vector_stub 2016-02-05 20:13:54 -05:00
start_task_arch.h First commit 2015-04-10 16:44:37 -07:00
swapstk.h First commit 2015-04-10 16:44:37 -07:00