commit | 7d0daae4ae1a3e80d78b83cddf414a3b98a962f4 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Fri Jun 23 18:16:38 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jun 28 11:59:47 2006 +1000 |
tree | f8dcd24a598212b58652c771a5e81c8a167bb3d1 | |
parent | 7a4571ae553e2972b7958306fd796a2fd24fd7d1 [diff] |
[POWERPC] powerpc: Initialise ppc_md htab pointers earlier Initialise the ppc_md htab callbacks earlier, in the probe routines. This allows us to call htab_finish_init() from htab_initialize(), and makes it private to hash_utils_64.c. Move htab_finish_init() and make_bl() above htab_initialize() to avoid forward declarations. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>