Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Missed the crucial header file in previ...



details:   https://anonhg.NetBSD.org/src/rev/744fe02e40f9
branches:  trunk
changeset: 448896:744fe02e40f9
user:      cherry <cherry%NetBSD.org@localhost>
date:      Wed Feb 13 05:28:50 2019 +0000

description:
Missed the crucial header file in previous commit.

struct intrstub; is now uniform across native and XEN

This should fix the XEN builds.

diffstat:

 sys/arch/x86/include/intr.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r ffff54df53af -r 744fe02e40f9 sys/arch/x86/include/intr.h
--- a/sys/arch/x86/include/intr.h       Wed Feb 13 05:01:57 2019 +0000
+++ b/sys/arch/x86/include/intr.h       Wed Feb 13 05:28:50 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.58 2019/02/11 14:59:32 cherry Exp $ */
+/*     $NetBSD: intr.h,v 1.59 2019/02/13 05:28:50 cherry Exp $ */
 
 /*-
  * Copyright (c) 1998, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -71,9 +71,7 @@
  */
 
 struct intrstub {
-#if !defined(XENPV)
        void *ist_entry;
-#endif
        void *ist_recurse;
        void *ist_resume;
 };



Home | Main Index | Thread Index | Old Index