commit | df2e71fb9115a8d4f721fb1464db09adc8332bc5 | [log] [tgz] |
---|---|---|
author | akpm@osdl.org <akpm@osdl.org> | Mon Jan 09 20:51:37 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:25 2006 -0800 |
tree | 460230de8257235dc57f9835582afb0875cbc057 | |
parent | be4f1bb2627c2d963d09be1cd69f8820995a9112 [diff] |
[PATCH] dump_thread() cleanup ) From: Adrian Bunk <bunk@stusta.de> - create one common dump_thread() prototype in kernel.h - dump_thread() is only used in fs/binfmt_aout.c and can therefore be removed on all architectures where CONFIG_BINFMT_AOUT is not available Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>