Re: CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Roland Dreier
> We've beat this almost to death... just need some patch merged. Sorry, missed the discussion I guess... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Randy Dunlap
On Wed, 14 Feb 2007 14:41:05 -0800 Roland Dreier wrote: > Commit 42da9cbd ("mm: mincore anon") breaks CONFIG_SWAP=n builds with: > > mm/built-in.o: In function `sys_mincore': > (.text+0xe2c4): undefined reference to `swapper_space' > > because swapper_space is used unconditionally in

CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Roland Dreier
Commit 42da9cbd ("mm: mincore anon") breaks CONFIG_SWAP=n builds with: mm/built-in.o: In function `sys_mincore': (.text+0xe2c4): undefined reference to `swapper_space' because swapper_space is used unconditionally in mm/mincore.c but only defined in swap_state.c, which isn't built if

CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Roland Dreier
Commit 42da9cbd (mm: mincore anon) breaks CONFIG_SWAP=n builds with: mm/built-in.o: In function `sys_mincore': (.text+0xe2c4): undefined reference to `swapper_space' because swapper_space is used unconditionally in mm/mincore.c but only defined in swap_state.c, which isn't built if

Re: CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Randy Dunlap
On Wed, 14 Feb 2007 14:41:05 -0800 Roland Dreier wrote: Commit 42da9cbd (mm: mincore anon) breaks CONFIG_SWAP=n builds with: mm/built-in.o: In function `sys_mincore': (.text+0xe2c4): undefined reference to `swapper_space' because swapper_space is used unconditionally in

Re: CONFIG_SWAP=n broken in latest tree

2007-02-14 Thread Roland Dreier
We've beat this almost to death... just need some patch merged. Sorry, missed the discussion I guess... - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please