Break up some long lines

This commit is contained in:
Gregory Nutt
2017-06-14 13:42:56 -06:00
parent 04ae3d51c2
commit 2245dddaf9
9 changed files with 34 additions and 18 deletions
+2 -1
View File
@@ -223,7 +223,8 @@ int os_smp_start(void)
* this task is locked to this CPU.
*/
tcb->flags = (TCB_FLAG_TTYPE_KERNEL | TCB_FLAG_NONCANCELABLE | TCB_FLAG_CPU_LOCKED);
tcb->flags = (TCB_FLAG_TTYPE_KERNEL | TCB_FLAG_NONCANCELABLE |
TCB_FLAG_CPU_LOCKED);
tcb->cpu = cpu;
}
+2 -1
View File
@@ -543,7 +543,8 @@ void os_start(void)
sem_initialize();
#if defined(MM_KERNEL_USRHEAP_INIT) || defined(CONFIG_MM_KERNEL_HEAP) || defined(CONFIG_MM_PGALLOC)
#if defined(MM_KERNEL_USRHEAP_INIT) || defined(CONFIG_MM_KERNEL_HEAP) || \
defined(CONFIG_MM_PGALLOC)
/* Initialize the memory manager */
{