"git@gitlab.riscosopen.org:RiscOS/Sources/Kernel.git" did not exist on "fc32d45b7f00d9d4b8e1e8588b726395b17d9cfc"
Issue Service_ModulePostInit when really post init
Robert Sprowson authored
Previously, the service call was sent when the module was in the service call chain/command table hash/SWI table hash, but not actually in the list of modules - so any recipient trying to look something up with OS_Module would get denial that the module existed.
Move the service call issue step to *after* it's linked into the module list.

Version 5.64. Tagged as 'Kernel-5_64'
fc32d45b