Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Pull in pmap_subr.s (missed in prior co...



details:   https://anonhg.NetBSD.org/src/rev/94cae1ee23e7
branches:  trunk
changeset: 1022271:94cae1ee23e7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 11 01:55:51 2021 +0000

description:
Pull in pmap_subr.s (missed in prior commit).

diffstat:

 sys/arch/alpha/alpha/locore.s |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 2f1ebd51c7f5 -r 94cae1ee23e7 sys/arch/alpha/alpha/locore.s
--- a/sys/arch/alpha/alpha/locore.s     Sun Jul 11 01:54:42 2021 +0000
+++ b/sys/arch/alpha/alpha/locore.s     Sun Jul 11 01:55:51 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.139 2021/07/07 03:30:35 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.140 2021/07/11 01:55:51 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2019 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <machine/asm.h>
 
-__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.139 2021/07/07 03:30:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.140 2021/07/11 01:55:51 thorpej Exp $");
 
 #include "assym.h"
 
@@ -217,6 +217,15 @@
 
 /**************************************************************************/
 
+/*
+ * Pull in optimized pmap subroutines.
+ */
+#include <alpha/alpha/pmap_subr.s>
+
+/**************************************************************************/
+
+/**************************************************************************/
+
        .text
 .stabs __FILE__,132,0,0,backtolocore1  /* done with includes */
 .loc   1 __LINE__



Home | Main Index | Thread Index | Old Index