From: Jonas Bonn Date: Thu, 30 Jun 2011 19:22:11 +0000 (+0200) Subject: modules: add default loader hook implementations X-Git-Tag: v3.1-rc1~263^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e08fcf7bef973512a1f813700f802a93678670;p=pandora-kernel.git modules: add default loader hook implementations The module loader code allows architectures to hook into the code by providing a small number of entry points that each arch must implement. This patch provides __weakly linked generic implementations of these entry points for architectures that don't need to do anything special. Signed-off-by: Jonas Bonn Signed-off-by: Rusty Russell --- Reading git-diff-tree failed