zephyr/arch
Yonattan Louise d6b04be694 Rename _MaxSysTicks to max_system_ticks
Updating local variable's name to follow a consistent naming convention.
The prefix underscore is removed due to it's a local variable.

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: Ic28658f68d473b3a163fe5d97f611bfd572f140e
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:54 -05:00
..
arc Rename _IsrTable to _sw_isr_table 2016-02-05 20:13:53 -05:00
arm Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
x86 Rename _MaxSysTicks to max_system_ticks 2016-02-05 20:13:54 -05:00