Hi Kyungmin,
On Wed, May 5, 2010 at 22:24, Kyungmin Park <kmpark@infradead.org> wrote:
The original compiler error message was:
mm/sparse.c: In function '__section_nr':
mm/sparse.c:135: warning: 'root' is used uninitialized in this function
Leaving a variable to be used uninitialized is the issue here.
Regards,
Marcelo.
--