Commit 93bb6e22 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] C99 designated initializers for include/asm-m68k/thread_info.h

C99 designated initializers for include/asm-m68k/thread_info.h (from Art Haas
<ahaas@neosoft.com>)
parent b1b782f7
...@@ -18,8 +18,8 @@ struct thread_info { ...@@ -18,8 +18,8 @@ struct thread_info {
#define INIT_THREAD_INFO(tsk) \ #define INIT_THREAD_INFO(tsk) \
{ \ { \
task: &tsk, \ .task = &tsk, \
exec_domain: &default_exec_domain, \ .exec_domain = &default_exec_domain, \
} }
/* THREAD_SIZE should be 8k, so handle differently for 4k and 8k machines */ /* THREAD_SIZE should be 8k, so handle differently for 4k and 8k machines */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment