Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/playstation2/include Use .set arch=r5900 to enable ...



details:   https://anonhg.NetBSD.org/src/rev/cede6559e4b7
branches:  trunk
changeset: 330304:cede6559e4b7
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 04 07:59:17 2014 +0000

description:
Use .set arch=r5900 to enable r5900 specific instructions

diffstat:

 sys/arch/playstation2/include/bus.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 041ec992ffea -r cede6559e4b7 sys/arch/playstation2/include/bus.h
--- a/sys/arch/playstation2/include/bus.h       Fri Jul 04 07:51:14 2014 +0000
+++ b/sys/arch/playstation2/include/bus.h       Fri Jul 04 07:59:17 2014 +0000
@@ -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 @@
        __asm volatile(
                ".set noreorder;"
                ".set push;"
-               ".set r5900;"
+               ".set arch = r5900;"
                "pextlw $8, %0, %1;"
                "sd     $8, 0(%2);"
                "sync.l;"



Home | Main Index | Thread Index | Old Index