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 fix the fix



details:   https://anonhg.NetBSD.org/src/rev/77e68b3e28c6
branches:  trunk
changeset: 319013:77e68b3e28c6
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun May 13 16:03:25 2018 +0000
description:
fix the fix

diffstat:

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

diffs (27 lines):

diff -r 7410fce97ef6 -r 77e68b3e28c6 sys/arch/macppc/macppc/cpu.c
--- a/sys/arch/macppc/macppc/cpu.c      Sun May 13 14:55:35 2018 +0000
+++ b/sys/arch/macppc/macppc/cpu.c      Sun May 13 16:03:25 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.65 2018/05/13 14:55:35 christos Exp $        */
+/*     $NetBSD: cpu.c,v 1.66 2018/05/13 16:03:25 macallan Exp $        */
 
 /*-
  * Copyright (c) 2001 Tsubai Masanari.
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.65 2018/05/13 14:55:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.66 2018/05/13 16:03:25 macallan Exp $");
 
 #include "opt_ppcparam.h"
 #include "opt_multiprocessor.h"
@@ -210,7 +210,7 @@
 #else
 #define have_u3_ht() 0
 #define __u3_ht_set_priority(a, b)
-#define 
+#endif
 
 int
 md_setup_trampoline(volatile struct cpu_hatch_data *h, struct cpu_info *ci)



Home | Main Index | Thread Index | Old Index