Commit 37116932 authored by Art Haas's avatar Art Haas Committed by Richard Henderson

[PATCH] C99 initializers for alpha/thread-info.h

Hi.

This trivial patch switches the file to use C99 initializers.

Art Haas
parent 050b4627
......@@ -34,9 +34,9 @@ struct thread_info {
*/
#define INIT_THREAD_INFO(tsk) \
{ \
task: &tsk, \
exec_domain: &default_exec_domain, \
addr_limit: KERNEL_DS, \
.task = &tsk, \
.exec_domain = &default_exec_domain, \
.addr_limit = KERNEL_DS, \
.restart_block = { \
.fn = do_no_restart_syscall, \
}, \
......
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