Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Whitespace consistency nit.
details: https://anonhg.NetBSD.org/src/rev/4151fcef0778
branches: trunk
changeset: 939354:4151fcef0778
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Sep 26 04:31:53 2020 +0000
description:
Whitespace consistency nit.
diffstat:
sys/arch/mips/include/pcb.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b09bbfdfc560 -r 4151fcef0778 sys/arch/mips/include/pcb.h
--- a/sys/arch/mips/include/pcb.h Sat Sep 26 04:11:48 2020 +0000
+++ b/sys/arch/mips/include/pcb.h Sat Sep 26 04:31:53 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.26 2020/08/17 04:15:33 mrg Exp $ */
+/* $NetBSD: pcb.h,v 1.27 2020/09/26 04:31:53 simonb Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -57,7 +57,7 @@
*/
struct pcb {
mips_label_t pcb_context; /* kernel context for resume */
- void * pcb_onfault; /* for copyin/copyout faults */
+ void *pcb_onfault; /* for copyin/copyout faults */
uint32_t pcb_ppl; /* previous priority level */
struct fpreg pcb_fpregs; /* saved floating point registers */
struct dspreg pcb_dspregs; /* saved DSP registers */
Home |
Main Index |
Thread Index |
Old Index