Re: [PATCH 1/2] modules: add default loader hook implementations
From: Mike Frysinger <hidden>
Date: 2011-06-30 19:44:08
Also in:
lkml
From: Mike Frysinger <hidden>
Date: 2011-06-30 19:44:08
Also in:
lkml
On Thu, Jun 30, 2011 at 15:22, Jonas Bonn wrote:
-/* These must be implemented by the specific architecture */ +/* These may be implemented by architectures that need to hook into the + * module loader code. Architectures that don't need to do anything special + * can just rely on the 'weak' default hooks defined in kernel/module.c. + * Note, however, that at least one of apply_relocate or apply_relocate_add + * must be implemented by each architecture. + */
still need to update this multi-line comment ;) -mike