checkpatch: warning - block_comment_style
Change-Id: I6da43e41f9c6efee577b70513ec368ae3cce0144 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6c62b1a4f9
commit
da67b29569
163 changed files with 1822 additions and 1721 deletions
|
@ -17,9 +17,9 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
This module provides core nanokernel fiber related primitives for the IA-32
|
||||
processor architecture.
|
||||
* DESCRIPTION
|
||||
* This module provides core nanokernel fiber related primitives for the IA-32
|
||||
* processor architecture.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_MICROKERNEL
|
||||
|
@ -257,7 +257,8 @@ static void _new_thread_internal(char *pStackMem, unsigned stackSize,
|
|||
__asm__("\t.globl _thread_entry\n"
|
||||
"\t.section .text\n"
|
||||
"_thread_entry_wrapper:\n" /* should place this func .S file and use
|
||||
SECTION_FUNC */
|
||||
* SECTION_FUNC
|
||||
*/
|
||||
"\tmovl $0, (%esp)\n" /* zero initialEFLAGS location */
|
||||
"\tjmp _thread_entry\n");
|
||||
#endif /* CONFIG_GDB_INFO */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue