[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200909152224.DAC35901.FFLOJFOHtSOVQM@I-love.SAKURA.ne.jp>
Date: Tue, 15 Sep 2009 22:24:47 +0900
From: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To: linux-kernel@...r.kernel.org
Subject: Zero and NULL in INIT_TASK()
It seems that INIT_TASK() macro is used for initializing only statically
allocated init_task, which will be automatically initialized to 0.
If so, can't we omit initialization with zero and NULLs inside INIT_TASK()?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists