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/c1a294667c8a
branches: trunk
changeset: 984535:c1a294667c8a
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 8be2d2227215 -r c1a294667c8a 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