Fix warnings & errors caused by my last commit.

This commit is contained in:
Poul-Henning Kamp 2003-01-07 19:09:10 +00:00
parent fa06a012cd
commit c49bddce94

View File

@ -157,7 +157,6 @@ kmstartup(dummy)
uintfptr_t tmp_addr; uintfptr_t tmp_addr;
#endif #endif
tcov_init();
/* /*
* Round lowpc and highpc to multiples of the density we're using * Round lowpc and highpc to multiples of the density we're using
* so the rest of the scaling (here and in gprof) stays in ints. * so the rest of the scaling (here and in gprof) stays in ints.
@ -563,7 +562,7 @@ tcov_init(void *foo __unused)
} }
} }
SYSINIT(kmem, SI_SUB_KPROF, SI_ORDER_SECOND, tcov_init, NULL) SYSINIT(tcov_init, SI_SUB_KPROF, SI_ORDER_SECOND, tcov_init, NULL)
/* /*
* GCC contains magic to recognize calls to for instance execve() and * GCC contains magic to recognize calls to for instance execve() and