Allow arch to initialize arch field of the module structure
authorRoman Zippel <zippel@linux-m68k.org>
Wed, 9 May 2007 09:35:15 +0000 (02:35 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:56 +0000 (12:30 -0700)
commite61a1c1c4f240cec61300c8f27518c3e47570fd4
tree479d3b921577eaa642c4b1071acfeb4cb8ecf8ab
parentb52f52a093bb1e841e014c2087b5bee7162da413
Allow arch to initialize arch field of the module structure

This will later allow an arch to add module specific information via linker
generated tables instead of poking directly in the module object structure.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/module.h
scripts/mod/modpost.c