commit | 61ce1efe6e40233663d27ab8ac9ba9710eebcaad | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Fri Oct 27 11:41:44 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 27 15:34:51 2006 -0700 |
tree | 782640f26f39b96fbce595883dabbeadb550dd15 | |
parent | e80391500078b524083ba51c3df01bbaaecc94bb [diff] |
[PATCH] vmlinux.lds: consolidate initcall sections Add a vmlinux.lds.h helper macro for defining the eight-level initcall table, teach all the architectures to use it. This is a prerequisite for a patch which performs initcall synchronisation for multithreaded-probing. Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> [ Added AVR32 as well ] Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>