2003-02-27 21:31:52

by Art Haas

[permalink] [raw]
Subject: [PATCH] C99 initializers for alpha/thread-info.h

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