From 8f52645bd99ee3e636a34826c0cbfc5939920da1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 19 Sep 2008 10:26:01 +0000 Subject: Move the context_switch flag into the Capability Fixes a long-standing bug that could in some cases cause sub-optimal scheduling behaviour. --- includes/StgMiscClosures.h | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/StgMiscClosures.h') diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 61518e8dec..16cd476172 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -619,7 +619,6 @@ extern StgWord rts_stop_on_exception[]; extern StgWord rts_breakpoint_io_action[]; // Schedule.c -extern int RTS_VAR(context_switch); extern StgWord RTS_VAR(blocked_queue_hd), RTS_VAR(blocked_queue_tl); extern StgWord RTS_VAR(sleeping_queue); extern StgWord RTS_VAR(blackhole_queue); -- cgit v1.2.1