From 1ad1915760d4e4787a2f084e5596f31d9f9d92c9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 14 Dec 2007 22:20:10 +0000 Subject: [PATCH] Add comment to pc_cp_time. --- sys/sys/pcpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index 168bf722ccd..a129997a422 100644 --- a/sys/sys/pcpu.h +++ b/sys/sys/pcpu.h @@ -70,7 +70,7 @@ struct pcpu { struct thread *pc_fpcurthread; /* Fp state owner */ struct thread *pc_deadthread; /* Zombie thread or NULL */ struct pcb *pc_curpcb; /* Current pcb */ - uint64_t pc_switchtime; + uint64_t pc_switchtime; int pc_switchticks; u_int pc_cpuid; /* This cpu number */ cpumask_t pc_cpumask; /* This cpu mask */ @@ -83,7 +83,7 @@ struct pcpu { #endif PCPU_MD_FIELDS; struct vmmeter pc_cnt; /* VM stats counters */ - long pc_cp_time[CPUSTATES]; + long pc_cp_time[CPUSTATES]; /* statclock ticks */ struct device *pc_device; /*