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 Traiing whitespace
details: https://anonhg.NetBSD.org/src/rev/8613a6837007
branches: trunk
changeset: 744652:8613a6837007
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Feb 09 09:30:37 2020 +0000
description:
Traiing whitespace
diffstat:
sys/arch/macppc/macppc/cpu.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r cf77ee1d5271 -r 8613a6837007 sys/arch/macppc/macppc/cpu.c
--- a/sys/arch/macppc/macppc/cpu.c Sun Feb 09 09:29:50 2020 +0000
+++ b/sys/arch/macppc/macppc/cpu.c Sun Feb 09 09:30:37 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.70 2020/01/09 16:35:03 ad Exp $ */
+/* $NetBSD: cpu.c,v 1.71 2020/02/09 09:30:37 skrll Exp $ */
/*-
* Copyright (c) 2001 Tsubai Masanari.
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.70 2020/01/09 16:35:03 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.71 2020/02/09 09:30:37 skrll Exp $");
#include "opt_ppcparam.h"
#include "opt_multiprocessor.h"
@@ -170,7 +170,7 @@
core = 0;
vers = (mfpvr() >> 16) & 0xffff;
-
+
if (vers == IBM970MP) {
core = package & 1;
package >>= 1;
@@ -348,7 +348,7 @@
if (openpic_base) {
openpic_set_priority(cpu_number(), 0);
} else if (have_u3_ht()) {
- __u3_ht_set_priority(cpu_number(), 0);
+ __u3_ht_set_priority(cpu_number(), 0);
} else
#endif /* OPENPIC */
out32(HH_INTR_SECONDARY, ~0); /* Reset interrupt. */
Home |
Main Index |
Thread Index |
Old Index