zephyr/arch/arm/core
Peter Mitsis 101d486834 Rename k_args 'Srce' field to 'alloc'
Since multi-node systems are not supported, the 'Srce' field now only serves
one purpose--to indicate whether the packet was allocated from the command
packet pool.  As such, a better name (and type) for it is 'alloc' (of type
'bool') since 'Srce' (of type 'knode_t') suggest multi-node support.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: I47a935af13fd55dbca23c879841d68caf895eae4
2016-02-05 20:13:41 -05:00
..
offsets First commit 2015-04-10 16:44:37 -07:00
atomic.s First commit 2015-04-10 16:44:37 -07:00
basepri.s First commit 2015-04-10 16:44:37 -07:00
cpu_idle.s First commit 2015-04-10 16:44:37 -07:00
exc_exit.s First commit 2015-04-10 16:44:37 -07:00
fault.c First commit 2015-04-10 16:44:37 -07:00
fault_s.s First commit 2015-04-10 16:44:37 -07:00
ffs.s First commit 2015-04-10 16:44:37 -07:00
gdb_stub.s First commit 2015-04-10 16:44:37 -07:00
gdb_stub_irq_vector_table.c First commit 2015-04-10 16:44:37 -07:00
irq_init.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
irq_manage.c First commit 2015-04-10 16:44:37 -07:00
isr_wrapper.s First commit 2015-04-10 16:44:37 -07:00
nano_fiber_abort.c Rename _NanoFiberSwap to _nano_fiber_swap 2016-02-05 19:45:35 -05:00
nanocontext.c Renaming _ContextEntryRtn to _context_entry 2016-02-05 19:45:35 -05:00
nanofatal.c First commit 2015-04-10 16:44:37 -07:00
swap.s First commit 2015-04-10 16:44:37 -07:00
task_abort.c Rename k_args 'Srce' field to 'alloc' 2016-02-05 20:13:41 -05:00