Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Don't warn about MIPS1 MULTIPROCESSOR in ...



details:   https://anonhg.NetBSD.org/src/rev/9c2e2fa66e9a
branches:  trunk
changeset: 829330:9c2e2fa66e9a
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Jan 26 05:29:43 2018 +0000

description:
Don't warn about MIPS1 MULTIPROCESSOR in a mips3 file.

diffstat:

 sys/arch/mips/mips/locore_mips3.S |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r b77877acaa1a -r 9c2e2fa66e9a sys/arch/mips/mips/locore_mips3.S
--- a/sys/arch/mips/mips/locore_mips3.S Thu Jan 25 23:42:06 2018 +0000
+++ b/sys/arch/mips/mips/locore_mips3.S Fri Jan 26 05:29:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_mips3.S,v 1.113 2016/07/27 09:32:35 skrll Exp $ */
+/*     $NetBSD: locore_mips3.S,v 1.114 2018/01/26 05:29:43 maya Exp $  */
 
 /*
  * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@@ -92,7 +92,7 @@
 #include <mips/asm.h>
 #include <mips/cpuregs.h>
 
-RCSID("$NetBSD: locore_mips3.S,v 1.113 2016/07/27 09:32:35 skrll Exp $")
+RCSID("$NetBSD: locore_mips3.S,v 1.114 2018/01/26 05:29:43 maya Exp $")
 
 #include "assym.h"
 
@@ -778,9 +778,6 @@
 
 #ifdef MULTIPROCESSOR
 /*
- * The presence of this routine here will causes MIPS1 MULTIPROCESSOR kernels
- * to fail, as they should since we won't support such abominations.
- *
  * MD code calls/jumps to this with the pointer to this CPU's cpu_info in a1,
  * sp set to ci->ci_data.cpu_idlelwp->l_md.md_utf.  gp will be overridden so
  * 0 can be supplied if needed.  (This happens to match what CFE wants)



Home | Main Index | Thread Index | Old Index