PERFORCE change 92136 for review
    Warner Losh 
    imp at FreeBSD.org
       
    Tue Feb 21 11:03:33 PST 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=92136
Change 92136 by imp at imp_Speedy on 2006/02/21 19:02:58
	Shareable interrupts
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/at91_pio.c#3 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/at91_pio.c#3 (text+ko) ====
@@ -162,7 +162,7 @@
 		goto errout;
 	rid = 0;
 	sc->irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
-	    RF_ACTIVE);
+	    RF_ACTIVE | RF_SHAREABLE);
 	if (sc->irq_res == NULL)
 		goto errout;
 	return (0);
    
    
More information about the p4-projects
mailing list