zephyr/arch/x86/bsp
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
..
cache.c First commit 2015-04-10 16:44:37 -07:00
cache_s.s First commit 2015-04-10 16:44:37 -07:00
crt0.s Rename _Mxcsr to _sse_mxcsr_default_value 2016-02-05 20:13:54 -05:00
driver_static_irq_stubs.s Rename _i8253IntStub to _i8253_interrupt_stub 2016-02-05 20:13:54 -05:00
i8259Boi.s Rename _I8259SpuriousIntCount to _i8259_spurious_interrupt_count 2016-02-05 20:13:54 -05:00
rand32.c Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
sysFatalErrorHandler.c First commit 2015-04-10 16:44:37 -07:00
systemApic.c First commit 2015-04-10 16:44:37 -07:00
systemPic.c First commit 2015-04-10 16:44:37 -07:00