Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-xenpvh]: src/sys/arch/xen/x86 Remove spllower alias, xen_spllower...
details: https://anonhg.NetBSD.org/src/rev/2bc14653319f
branches: bouyer-xenpvh
changeset: 982931:2bc14653319f
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Apr 14 16:52:35 2020 +0000
description:
Remove spllower alias, xen_spllower is gone
diffstat:
sys/arch/xen/x86/xen_intr.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 5fc3acc42d3e -r 2bc14653319f sys/arch/xen/x86/xen_intr.c
--- a/sys/arch/xen/x86/xen_intr.c Tue Apr 14 16:51:13 2020 +0000
+++ b/sys/arch/xen/x86/xen_intr.c Tue Apr 14 16:52:35 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_intr.c,v 1.21.2.3 2020/04/12 19:53:37 bouyer Exp $ */
+/* $NetBSD: xen_intr.c,v 1.21.2.4 2020/04/14 16:52:35 bouyer Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.21.2.3 2020/04/12 19:53:37 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.21.2.4 2020/04/14 16:52:35 bouyer Exp $");
#include "opt_multiprocessor.h"
@@ -495,7 +495,6 @@
}
#if !defined(XENPVHVM)
-__strong_alias(spllower, xen_spllower);
__strong_alias(x86_read_psl, xen_read_psl);
__strong_alias(x86_write_psl, xen_write_psl);
Home |
Main Index |
Thread Index |
Old Index