From: Ralf Baechle Date: Wed, 7 Oct 2009 20:11:08 +0000 (+0200) Subject: MIPS: IP27: Fix build X-Git-Tag: 2.1b_release~10475^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01a6fbf759a17940079fbdc0a4d43b596f323e7b;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git MIPS: IP27: Fix build Broken by 182a85f8a119c789610a9d464f4129ded9f3c107. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/mach-ip27/topology.h b/arch/mips/include/asm/mach-ip27/topology.h index f683742..09a59bc 100644 --- a/arch/mips/include/asm/mach-ip27/topology.h +++ b/arch/mips/include/asm/mach-ip27/topology.h @@ -44,8 +44,8 @@ extern unsigned char __node_distances[MAX_COMPACT_NODES][MAX_COMPACT_NODES]; .busy_factor = 32, \ .imbalance_pct = 125, \ .cache_nice_tries = 1, \ - .flags = SD_LOAD_BALANCE \ - | SD_BALANCE_EXEC \ + .flags = SD_LOAD_BALANCE | \ + SD_BALANCE_EXEC, \ .last_balance = jiffies, \ .balance_interval = 1, \ .nr_balance_failed = 0, \