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 Clarify this is a load delay nop.
details: https://anonhg.NetBSD.org/src/rev/d38e4bb64c17
branches: trunk
changeset: 829261:d38e4bb64c17
user: maya <maya%NetBSD.org@localhost>
date: Wed Jan 24 03:13:36 2018 +0000
description:
Clarify this is a load delay nop.
diffstat:
sys/arch/mips/mips/locore.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 412b643d84ee -r d38e4bb64c17 sys/arch/mips/mips/locore.S
--- a/sys/arch/mips/mips/locore.S Wed Jan 24 03:11:29 2018 +0000
+++ b/sys/arch/mips/mips/locore.S Wed Jan 24 03:13:36 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.209 2018/01/24 03:11:29 maya Exp $ */
+/* $NetBSD: locore.S,v 1.210 2018/01/24 03:13:36 maya Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -63,7 +63,7 @@
#include <mips/trap.h>
#include <mips/locore.h>
-RCSID("$NetBSD: locore.S,v 1.209 2018/01/24 03:11:29 maya Exp $")
+RCSID("$NetBSD: locore.S,v 1.210 2018/01/24 03:13:36 maya Exp $")
#include "assym.h"
@@ -176,7 +176,7 @@
# XXXuvm_lwp_getuarea
PTR_L sp, L_PCB(MIPS_CURLWP) # switch to lwp0 stack
- nop
+ NOP_L
PTR_ADDU sp, USPACE - TF_SIZ - CALLFRAME_SIZ
/*
* Raise to IPLHIGH
Home |
Main Index |
Thread Index |
Old Index