zephyr/arch/x86
Yonattan Louise 323e0a133e Rename _I8259SpuriousIntCount to _i8259_spurious_interrupt_count
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: Ifadb978e31770eb9f4987a3205483aad9a525b86
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:54 -05:00
..
bsp Rename _I8259SpuriousIntCount to _i8259_spurious_interrupt_count 2016-02-05 20:13:54 -05:00
core Rename _VectorsAllocated to interrupt_vectors_allocated 2016-02-05 20:13:54 -05:00
generic_pc Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
include Rename __DummyExcEnt to _dummy_exception_vector_stub 2016-02-05 20:13:54 -05:00
interrupt_controller Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
quark Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
task First commit 2015-04-10 16:44:37 -07:00
timer Rename _TimerMode to timer_mode 2016-02-05 20:13:54 -05:00
defs.objs Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00