zephyr/kernel/microkernel
Yonattan Louise b96dd2669d Rename WldN0 to _k_workload_n0
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: I99e5b8a15f6bee1cc7efb7a339c2e15076da90d3
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:44 -05:00
..
channel Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
core Rename K_DebugHalt to _k_debug_halt 2016-02-05 20:13:43 -05:00
include Rename WldN0 to _k_workload_n0 2016-02-05 20:13:44 -05:00
movedata Reorder routines in movedata.c 2016-02-05 20:13:41 -05:00
timer Rename WldN0 to _k_workload_n0 2016-02-05 20:13:44 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00
idle.c Rename WldN0 to _k_workload_n0 2016-02-05 20:13:44 -05:00
k_event.c Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
k_irq.c First commit 2015-04-10 16:44:37 -07:00
k_mbox.c Rename K_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
k_memmap.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_mempool.c Rename K_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
k_mutex.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_nop.c First commit 2015-04-10 16:44:37 -07:00
k_offload.c First commit 2015-04-10 16:44:37 -07:00
k_queue.c Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
k_sema.c Rename K_Args to _k_command_stack 2016-02-05 20:13:43 -05:00
k_task.c Rename K_DebugHalt to _k_debug_halt 2016-02-05 20:13:43 -05:00
k_timer.c Rename K_TimerFree to _k_timer_free 2016-02-05 20:13:43 -05:00
power.c Renaming nanoCpuSetIdle to nano_cpu_set_idle 2016-02-05 19:45:35 -05:00
task_monitor.c Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00