zephyr/arch/arc
Yonattan Louise 2ac4a04b92 Rename __defaultEsf to _default_esf
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: Idd6f7c3c2fdd818f0a794985f3689705cac3c0a2
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:54 -05:00
..
bsp Rename _IsrWrapper camelCase to _isr_wrapper 2016-02-05 20:13:45 -05:00
core Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
include Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
interrupt_controller First commit 2015-04-10 16:44:37 -07:00
serial First commit 2015-04-10 16:44:37 -07:00
timer Rename accumulatedCount to clock_accumulated_count 2016-02-05 20:13:53 -05:00
defs.objs Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00