Module Name:    src
Committed By:   martin
Date:           Fri Jul  4 07:59:17 UTC 2014

Modified Files:
        src/sys/arch/playstation2/include: bus.h

Log Message:
Use .set arch=r5900 to enable r5900 specific instructions


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/playstation2/include/bus.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/playstation2/include/bus.h
diff -u src/sys/arch/playstation2/include/bus.h:1.14 src/sys/arch/playstation2/include/bus.h:1.15
--- src/sys/arch/playstation2/include/bus.h:1.14	Mon Mar 31 11:25:49 2014
+++ src/sys/arch/playstation2/include/bus.h	Fri Jul  4 07:59:17 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus.h,v 1.14 2014/03/31 11:25:49 martin Exp $	*/
+/*	$NetBSD: bus.h,v 1.15 2014/07/04 07:59:17 martin Exp $	*/
 
 /*-
  * Copyright (c) 1997, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -301,7 +301,7 @@ __write_8(bus_addr_t a, u_int64_t v)
 	__asm volatile(
 		".set noreorder;"
 		".set push;"
-		".set r5900;"
+		".set arch = r5900;"
 		"pextlw	$8, %0, %1;"
 		"sd	$8, 0(%2);"
 		"sync.l;"

Reply via email to