chiark / gitweb /
realtime: no longer comment on involuntary context switches, since we get one for...
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 9 Jan 2011 19:10:00 +0000 (19:10 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 9 Jan 2011 19:10:00 +0000 (19:10 +0000)
hostside/realtime.c

index 44b01ed1dac187b2eee1926d391c841f0583d03e..34dc4fc4bb13f900a9e63fd918960b64c3609b82 100644 (file)
@@ -332,9 +332,9 @@ void serial_transmit(const PicInsn *pi) {
 #define CHECK_RUSAGE_FIELDS(F)                 \
   F(ru_majflt)                                 \
   F(ru_nswap)                                  \
-  F(ru_nivcsw)
 
 /*  F(ru_minflt)                                       \
+ *  F(ru_nivcsw)
  */
 
 #define CRF_DECL(f) static long check_rusage_last_##f;