]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] slob: introduce mm/util.c for shared functions
authorMatt Mackall <mpm@selenic.com>
Sun, 8 Jan 2006 09:01:43 +0000 (01:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:41 +0000 (20:13 -0800)
commit8865bf3ad8983c18e29d090c6e133c5c33850b0e
treeb1ea66bec56fabd80571696d0b081423dcab2340
parent2f5024f683995ab5a106ac39850732688e070741
[PATCH] slob: introduce mm/util.c for shared functions

Add mm/util.c for functions common between SLAB and SLOB.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/Makefile
mm/slab.c
mm/util.c [new file with mode: 0644]