Module Name:    src
Committed By:   joerg
Date:           Sun Aug 10 18:01:29 UTC 2014

Modified Files:
        src/sys/arch/evbppc/mpc85xx: mpc85xx_start.S

Log Message:
Drop .machine, Makefile.mpc85xx provides -me500 already.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S

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/evbppc/mpc85xx/mpc85xx_start.S
diff -u src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S:1.8 src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S:1.9
--- src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S:1.8	Wed Jul 30 23:15:23 2014
+++ src/sys/arch/evbppc/mpc85xx/mpc85xx_start.S	Sun Aug 10 18:01:29 2014
@@ -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 @@ RCSID("$NetBSD: mpc85xx_start.S,v 1.8 20
 
 #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.

Reply via email to