Module Name:    src
Committed By:   macallan
Date:           Sun May 13 16:03:25 UTC 2018

Modified Files:
        src/sys/arch/macppc/macppc: cpu.c

Log Message:
fix the fix


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/macppc/macppc/cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/macppc/cpu.c
diff -u src/sys/arch/macppc/macppc/cpu.c:1.65 src/sys/arch/macppc/macppc/cpu.c:1.66
--- src/sys/arch/macppc/macppc/cpu.c:1.65	Sun May 13 14:55:35 2018
+++ src/sys/arch/macppc/macppc/cpu.c	Sun May 13 16:03:25 2018
@@ -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 @@ extern void __u3_ht_set_priority(int, in
 #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)

Reply via email to