Silence compiler warning inside our ^T handler.

It turns out we're casting fixpt_t* to int*.

Spotted by:	clang
This commit is contained in:
Ed Schouten 2009-02-26 10:38:19 +00:00
parent 1d952ed28c
commit 9e5775857d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189062

View File

@ -76,7 +76,7 @@ __FBSDID("$FreeBSD$");
#define BOTH 3
static int
proc_sum(struct proc *p, int *estcpup)
proc_sum(struct proc *p, fixpt_t *estcpup)
{
struct thread *td;
int estcpu;