Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2003 20:24:41 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28161 for review
Message-ID:  <200304050424.h354OfTt004277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28161

Change 28161 by peter@peter_overcee on 2003/04/04 20:24:32

	make this compile

Affected files ...

.. //depot/projects/hammer/sys/x86_64/isa/ithread.c#2 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/isa/ithread.c#2 (text+ko) ====

@@ -56,7 +56,7 @@
 void
 sched_ithd(void *cookie)
 {
-	int irq = (int) cookie;		/* IRQ we're handling */
+	int irq = (uintptr_t) cookie;	/* IRQ we're handling */
 	struct ithd *ithd = ithds[irq];	/* and the process that does it */
 	int error;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050424.h354OfTt004277>