Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke Include missing opt_altivec.h for PPC...



details:   https://anonhg.NetBSD.org/src/rev/5084b85054d4
branches:  trunk
changeset: 935569:5084b85054d4
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:13:02 2020 +0000

description:
Include missing opt_altivec.h for PPC_HAVE_SPE.

diffstat:

 sys/arch/powerpc/booke/trap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 62b9349708b0 -r 5084b85054d4 sys/arch/powerpc/booke/trap.c
--- a/sys/arch/powerpc/booke/trap.c     Mon Jul 06 10:12:04 2020 +0000
+++ b/sys/arch/powerpc/booke/trap.c     Mon Jul 06 10:13:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.28 2020/07/06 09:34:16 rin Exp $    */
+/*     $NetBSD: trap.c,v 1.29 2020/07/06 10:13:02 rin Exp $    */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,9 +35,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: trap.c,v 1.28 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(1, "$NetBSD: trap.c,v 1.29 2020/07/06 10:13:02 rin Exp $");
 
 #ifdef _KERNEL_OPT
+#include "opt_altivec.h"
 #include "opt_ddb.h"
 #endif
 



Home | Main Index | Thread Index | Old Index