Go to file
Yonattan Louise 4f0d1ed4f4 Rename WldSlice to _k_workload_slice
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: I73fea5925bd580fb00d1873240db1591b1e80a8d
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:44 -05:00
arch Rename K_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
config
drivers Rename K_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
host
include Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
kernel Rename WldSlice to _k_workload_slice 2016-02-05 20:13:44 -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
samples Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
scripts Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
vxmicro-env.bash