Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc really fix the fix



details:   https://anonhg.NetBSD.org/src/rev/45654309d71f
branches:  trunk
changeset: 322785:45654309d71f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu May 17 19:08:51 2018 +0000

description:
really fix the fix

diffstat:

 sys/arch/macppc/macppc/cpu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e94b9f8a4954 -r 45654309d71f sys/arch/macppc/macppc/cpu.c
--- a/sys/arch/macppc/macppc/cpu.c      Thu May 17 19:06:02 2018 +0000
+++ b/sys/arch/macppc/macppc/cpu.c      Thu May 17 19:08:51 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.66 2018/05/13 16:03:25 macallan Exp $        */
+/*     $NetBSD: cpu.c,v 1.67 2018/05/17 19:08:51 macallan Exp $        */
 
 /*-
  * Copyright (c) 2001 Tsubai Masanari.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.66 2018/05/13 16:03:25 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.67 2018/05/17 19:08:51 macallan Exp $");
 
 #include "opt_ppcparam.h"
 #include "opt_multiprocessor.h"
@@ -68,6 +68,7 @@
 #include <machine/trap.h>
 
 #include "pic_openpic.h"
+#include "pic_u3_ht.h"
 
 #ifndef OPENPIC
 #if NPIC_OPENPIC > 0



Home | Main Index | Thread Index | Old Index