Module Name:    src
Committed By:   mhitch
Date:           Wed May 13 03:38:08 UTC 2009

Modified Files:
        src/sys/arch/vax/include: intr.h

Log Message:
Revert using __insn_barrier();  changed to use "memory" clobber in the
mtpr() macro.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/vax/include/intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/include/intr.h
diff -u src/sys/arch/vax/include/intr.h:1.28 src/sys/arch/vax/include/intr.h:1.29
--- src/sys/arch/vax/include/intr.h:1.28	Wed May  6 21:41:59 2009
+++ src/sys/arch/vax/include/intr.h	Wed May 13 03:38:08 2009
@@ -1,4 +1,4 @@
-/* 	$NetBSD: intr.h,v 1.28 2009/05/06 21:41:59 mhitch Exp $	*/
+/* 	$NetBSD: intr.h,v 1.29 2009/05/13 03:38:08 mhitch Exp $	*/
 
 /*
  * Copyright (c) 1998 Matt Thomas.
@@ -73,7 +73,6 @@
 _splset(ipl_t ipl)
 {
 	mtpr(ipl, PR_IPL);
-	__insn_barrier();
 }
 
 static inline ipl_t

Reply via email to