Commit 674e9496 authored by Martin J. Bligh's avatar Martin J. Bligh Committed by Linus Torvalds

[PATCH] Fix NUMA scheduler problem after interactivity merge

NODE_THRESHOLD got accidentally dropped in the interactive scheduler
changes merge. This puts it back.
parent f2704626
......@@ -67,6 +67,7 @@
#define INTERACTIVE_DELTA 2
#define MAX_SLEEP_AVG (10*HZ)
#define STARVATION_LIMIT (10*HZ)
#define NODE_THRESHOLD 125
/*
* If a task is 'interactive' then we reinsert it in the active
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment