Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/mpc85xx Drop .machine, Makefile.mpc85xx prov...



details:   https://anonhg.NetBSD.org/src/rev/710b1153a0d8
branches:  trunk
changeset: 331420:710b1153a0d8
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 10 18:01:29 2014 +0000

description:
Drop .machine, Makefile.mpc85xx provides -me500 already.

diffstat:

 sys/arch/evbppc/mpc85xx/mpc85xx_start.S |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 36a06aa1b004 -r 710b1153a0d8 sys/arch/evbppc/mpc85xx/mpc85xx_start.S
--- a/sys/arch/evbppc/mpc85xx/mpc85xx_start.S   Sun Aug 10 17:58:51 2014 +0000
+++ b/sys/arch/evbppc/mpc85xx/mpc85xx_start.S   Sun Aug 10 18:01:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpc85xx_start.S,v 1.8 2014/07/30 23:15:23 joerg Exp $  */
+/*     $NetBSD: mpc85xx_start.S,v 1.9 2014/08/10 18:01:29 joerg Exp $  */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -37,7 +37,7 @@
 #include <sys/cdefs.h>
 #include <powerpc/asm.h>
 
-RCSID("$NetBSD: mpc85xx_start.S,v 1.8 2014/07/30 23:15:23 joerg Exp $")
+RCSID("$NetBSD: mpc85xx_start.S,v 1.9 2014/08/10 18:01:29 joerg Exp $")
 
 #include "opt_altivec.h"
 #include "opt_ddb.h"
@@ -64,7 +64,6 @@
 
 #define        INTSTK  0
 
-       .machine e500
 /*
  * This symbol is here for the benefit of kvm_mkdb, and is supposed to
  * mark the start of kernel text.



Home | Main Index | Thread Index | Old Index