K 10 svn:author V 6 grehan K 8 svn:date V 27 2005-05-24T21:43:49.000000Z K 7 svn:log V 370 Since the BAT mapping was removed a long time back, it can't be assumed that modules are contiguous in memory (they're not) so don't blindly __syncicache start/end. In fact, don't bother syncing the icache for modules since the kernel will do it after fixing up relocations. This fixes the trap when loading modules at boot time. Reported by: orlando at break dot net END