Go to file
Yonattan Louise c4bd9cc6ab Rename nanoTimerList to _nano_timer_list
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" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: I2e501394b7fa4264d9854659e2dd008e5c94b540
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
arch Rename nanoTimerList to _nano_timer_list 2016-02-05 20:13:43 -05:00
config
drivers Rename nanoTimerList to _nano_timer_list 2016-02-05 20:13:43 -05:00
host
include Rename nanoTimerList to _nano_timer_list 2016-02-05 20:13:43 -05:00
kernel Rename nanoTimerList to _nano_timer_list 2016-02-05 20:13:43 -05:00
lib/libc/minimal
make qemu: use a pidfile to avoid killing all and thus enabling parallel runs 2016-02-05 20:13:42 -05:00
misc Remove inclusion of unused header files 2016-02-05 20:13:41 -05:00
samples
scripts Rename K_ThisNode to _k_this_node 2016-02-05 20:13:43 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
vxmicro-env.bash