diff options
author | John M. Calandrino <jmc@jupiter-cs.cs.unc.edu> | 2007-03-30 13:32:33 -0400 |
---|---|---|
committer | John M. Calandrino <jmc@jupiter-cs.cs.unc.edu> | 2007-03-30 13:32:33 -0400 |
commit | d3249d32609d90e0061a6201d7636d80c1c9e0aa (patch) | |
tree | 63e93584c35600cef488968cbec8a79c9110335b /include | |
parent | 43795012bdc57fb329aeabfa33e2c67a8711f3c9 (diff) |
Increased size of blocking zone to something more conservative.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/litmus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/litmus.h b/include/linux/litmus.h index 3f05170feb..94c2735422 100644 --- a/include/linux/litmus.h +++ b/include/linux/litmus.h | |||
@@ -51,7 +51,7 @@ typedef enum { | |||
51 | #define MODE_RT_RUN 1 | 51 | #define MODE_RT_RUN 1 |
52 | 52 | ||
53 | /* Size of blocking zone, in microseconds. */ | 53 | /* Size of blocking zone, in microseconds. */ |
54 | #define ZONE_SIZE 10 | 54 | #define ZONE_SIZE 100 |
55 | 55 | ||
56 | /* Plugin boot options, for convenience */ | 56 | /* Plugin boot options, for convenience */ |
57 | #define PLUGIN_LINUX "linux" | 57 | #define PLUGIN_LINUX "linux" |