Remove references to CONFIG_PROFILE. Kernel profiling is no longer alinux-2.4.0-test1-ac22
commit2b6c0c580795a4404f72d2a794214dd9e080709d
authorRalf Baechle <ralf@linux-mips.org>
Sat, 24 Jun 2000 22:42:47 +0000 (24 22:42 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 24 Jun 2000 22:42:47 +0000 (24 22:42 +0000)
tree93bd1c82ac91716e56d811e0dea3610c486cc693
parent758c0ac27565bd44a11f7f897ac615e52014cc67
Remove references to CONFIG_PROFILE.  Kernel profiling is no longer a
compile option.  Still left to do:  Move the profiling code out into
a inline function and make sure all targets actually call it.  Right
now I think only the RISC PC style machine which use the timer
interrupt routine in arch/mips/kernel/timer.c properly support
kernel profiling.  Same for MIPS64.
arch/mips/kernel/time.c