[PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c
commit91cdee4c2e1d969ae18bb74b340c3f512a46a67c
authorMiles Bader <miles@lsi.nec.co.jp>
Wed, 8 Oct 2003 01:28:30 +0000 (7 18:28 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 8 Oct 2003 01:28:30 +0000 (7 18:28 -0700)
tree35896118ce0c352958c724a79d58a801d4fe0774
parentcbe3989402a8816a7f8b0b41843ed603c04fb448
[PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c

This function doesn't compile on non-MMU systems, so put it in a place
where it won't cause problems (mm/memory.c is only compiled if
CONFIG_MMU is defined).
mm/memory.c
mm/slab.c