PERFORCE change 28161 for review

Peter Wemm peter at FreeBSD.org
Fri Apr 4 20:24:44 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=28161

Change 28161 by peter at 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;
 


More information about the p4-projects mailing list