Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 21:49:06 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96789 for review
Message-ID:  <200605072149.k47Ln66p035191@repoman.freebsd.org>

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

Change 96789 by kmacy@kmacy_storage:sun4v_rwbuf on 2006/05/07 21:48:59

	simple fix to stxa_sync

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/cpufunc.h#8 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/cpufunc.h#8 (text+ko) ====

@@ -239,7 +239,7 @@
 	s = intr_disable_all();						\
 	__asm __volatile("stxa %0, [%1] %2; membar #Sync"		\
 	    : : "r" (val), "r" (va), "n" (asi));			\
-	intr_restore(s);						\
+	intr_restore_all(s);						\
 } while (0)
 
 void ascopy(u_long asi, vm_offset_t src, vm_offset_t dst, size_t len);



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