Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 14:12:38 GMT
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100883 for review
Message-ID:  <200607071412.k67ECcpa023339@repoman.freebsd.org>

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

Change 100883 by wkoszek@wkoszek_laptop on 2006/07/07 14:12:03

	
	Disable calls to cpu_establish_hardintr() from cpu.c, since it's
	probably some dependency on juli's code. I don't see this function
	on other architectures.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/cpu.c#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/cpu.c#3 (text+ko) ====

@@ -332,7 +332,9 @@
 #endif
 	intr = 0;
 
+#if 0
 	cpu_establish_hardintr(intr, handler, arg);
+#endif
 	device_printf(child, "established CPU interrupt %d\n", intr);
 	return (0);
 }



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