From ea0e6a5965614c2e78d9668b7b97ecb1698904dc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Jan 2011 19:10:00 +0000 Subject: [PATCH] realtime: no longer comment on involuntary context switches, since we get one for every serial interrupt --- hostside/realtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2