Module Name: src Committed By: maya Date: Wed Jan 24 03:13:36 UTC 2018
Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Clarify this is a load delay nop. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/arch/mips/mips/locore.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/mips/mips/locore.S diff -u src/sys/arch/mips/mips/locore.S:1.209 src/sys/arch/mips/mips/locore.S:1.210 --- src/sys/arch/mips/mips/locore.S:1.209 Wed Jan 24 03:11:29 2018 +++ src/sys/arch/mips/mips/locore.S Wed Jan 24 03:13:36 2018 @@ -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 @@ _C_LABEL(kernel_text): # 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