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

Art Haas (ahaas@airmail.net)
Thu, 27 Feb 2003 14:00:39 -0600


Hi.

This trivial patch switches the file to use C99 initializers.

Art Haas

===== include/asm-alpha/thread_info.h 1.4 vs edited =====
--- 1.4/include/asm-alpha/thread_info.h Fri Dec 6 19:54:50 2002
+++ edited/include/asm-alpha/thread_info.h Thu Feb 27 13:48:14 2003
@@ -34,9 +34,9 @@
*/
#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, \
}, \

-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/