Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Cosmetic change. No binary changes.
details: https://anonhg.NetBSD.org/src/rev/739921f13330
branches: trunk
changeset: 1007933:739921f13330
user: rin <rin%NetBSD.org@localhost>
date: Thu Mar 05 01:21:09 2020 +0000
description:
Cosmetic change. No binary changes.
diffstat:
sys/arch/powerpc/ibm4xx/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2be4acd2edc6 -r 739921f13330 sys/arch/powerpc/ibm4xx/cpu.c
--- a/sys/arch/powerpc/ibm4xx/cpu.c Thu Mar 05 01:15:35 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/cpu.c Thu Mar 05 01:21:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.33 2014/03/24 19:29:59 christos Exp $ */
+/* $NetBSD: cpu.c,v 1.34 2020/03/05 01:21:09 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.33 2014/03/24 19:29:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.34 2020/03/05 01:21:09 rin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -317,6 +317,6 @@
for (size_t i = 0; i < PAGE_SIZE; i += dcache_line_size) {
__asm volatile("dcbf %0,%1" : : "b" (va), "r" (i));
}
- __asm volatile("sync;isync" : : );
+ __asm volatile("sync; isync" : : );
}
}
Home |
Main Index |
Thread Index |
Old Index