From: Ian Jackson Date: Sun, 9 Jan 2011 19:10:00 +0000 (+0000) Subject: realtime: no longer comment on involuntary context switches, since we get one for... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=ea0e6a5965614c2e78d9668b7b97ecb1698904dc;p=trains.git realtime: no longer comment on involuntary context switches, since we get one for every serial interrupt --- diff --git a/hostside/realtime.c b/hostside/realtime.c index 44b01ed..34dc4fc 100644 --- a/hostside/realtime.c +++ b/hostside/realtime.c @@ -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;