All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.19-rc2-ac2: init_task.c: missing braces around initializer
@ 2002-07-18 22:44 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2002-07-18 22:44 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

~/compile/steel/linux-2.4.19-rc2-ac2$ make bzImage modules -s
init_task.c:23: warning: missing braces around initializer
init_task.c:23: warning: (near initialization for `init_task_union.task.thread.io_bitmap')
init_task.c:23: warning: braces around scalar initializer
init_task.c:23: warning: (near initialization for `init_task_union.task.thread.io_bitmap[1]')


--- linux-2.4.19-rc2-ac4/include/asm-i386/processor.h   Fri Jul 19 00:37:45 2002
+++ linux-2.4.19-rc2-ac4/include/asm-i386/processor.h~  Fri Jul 19 00:38:48 2002
@@ -393,7 +393,7 @@
        { [0 ... 7] = 0 },      /* debugging registers */       \
        0, 0, 0,                                                \
        { { 0, }, },            /* 387 state */                 \
-       0,0,0,0,0,0,                                            \
+       0,0,0,0,0,                                              \
        0,{~0,}                 /* io permissions */            \
 }
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-18 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-18 22:44 [PATCH] 2.4.19-rc2-ac2: init_task.c: missing braces around initializer Alex Riesen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.