]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/sched.h
sched: Add SD_PREFER_LOCAL
[linux-beck.git] / include / linux / sched.h
index ee1f88993097f83cbde861a3040640258347d505..b4a39bb2b4a464f567ee91879dd7a44d3466f6f1 100644 (file)
@@ -805,7 +805,7 @@ enum cpu_idle_type {
 #define SD_BALANCE_FORK                0x0008  /* Balance on fork, clone */
 #define SD_BALANCE_WAKE                0x0010  /* Balance on wakeup */
 #define SD_WAKE_AFFINE         0x0020  /* Wake task to waking CPU */
-
+#define SD_PREFER_LOCAL                0x0040  /* Prefer to keep tasks local to this domain */
 #define SD_SHARE_CPUPOWER      0x0080  /* Domain members share cpu power */
 #define SD_POWERSAVINGS_BALANCE        0x0100  /* Balance for power savings */
 #define SD_SHARE_PKG_RESOURCES 0x0200  /* Domain members share cpu pkg resources */