diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mach-ip27/topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-ip27/topology.h b/arch/mips/include/asm/mach-ip27/topology.h index 07547231e078..d8332398f5be 100644 --- a/arch/mips/include/asm/mach-ip27/topology.h +++ b/arch/mips/include/asm/mach-ip27/topology.h | |||
@@ -48,7 +48,7 @@ extern unsigned char __node_distances[MAX_COMPACT_NODES][MAX_COMPACT_NODES]; | |||
48 | .cache_nice_tries = 1, \ | 48 | .cache_nice_tries = 1, \ |
49 | .flags = SD_LOAD_BALANCE \ | 49 | .flags = SD_LOAD_BALANCE \ |
50 | | SD_BALANCE_EXEC \ | 50 | | SD_BALANCE_EXEC \ |
51 | | SD_WAKE_BALANCE, \ | 51 | | SD_BALANCE_WAKE, \ |
52 | .last_balance = jiffies, \ | 52 | .last_balance = jiffies, \ |
53 | .balance_interval = 1, \ | 53 | .balance_interval = 1, \ |
54 | .nr_balance_failed = 0, \ | 54 | .nr_balance_failed = 0, \ |