Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/include change "PCB" to "pcb"



details:   https://anonhg.NetBSD.org/src/rev/2f41eb429211
branches:  trunk
changeset: 445875:2f41eb429211
user:      scole <scole%NetBSD.org@localhost>
date:      Thu Nov 15 20:06:23 2018 +0000

description:
change "PCB" to "pcb"

diffstat:

 sys/arch/ia64/include/proc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 33e9c29bc71d -r 2f41eb429211 sys/arch/ia64/include/proc.h
--- a/sys/arch/ia64/include/proc.h      Thu Nov 15 17:15:52 2018 +0000
+++ b/sys/arch/ia64/include/proc.h      Thu Nov 15 20:06:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.7 2018/11/14 21:10:59 scole Exp $   */
+/*     $NetBSD: proc.h,v 1.8 2018/11/15 20:06:23 scole Exp $   */
 
 #ifndef _IA64_PROC_H_
 #define _IA64_PROC_H_
@@ -44,6 +44,6 @@
 #define UAREA_SP_OFFSET                (UAREA_TF_OFFSET -16 -sizeof(uint64_t))
 #define UAREA_BSPSTORE_OFFSET  (0)
 #define UAREA_STACK_SIZE       (USPACE - 16 - sizeof(struct trapframe) - \
-                                sizeof(struct PCB))
+                                sizeof(struct pcb))
 
 #endif /* _IA64_PROC_H_ */



Home | Main Index | Thread Index | Old Index