K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-11-09T03:40:51.000000Z K 7 svn:log V 375 MFC support.S:1.22 Make profiling actually work. The gcc compiler emits a call to the _mcount() stub when profiling is enabled. MFC exception.S:1.54, locore.S:1.36, support.S:1.23, syscall.S:1.13 s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not follow the C calling convention or are otherwise not regular functions. This allows us to boot a profiling kernel. END