From: Benjamin Herrenschmidt Date: Wed, 11 Apr 2012 00:42:15 +0000 (+1000) Subject: powerpc: Fix typo in runlatch code X-Git-Tag: v3.4-rc3~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae2e0fb24c61ca68c98d854a34732549ebc1854;p=pandora-kernel.git powerpc: Fix typo in runlatch code Commit fe1952fc0afb9a2e4c79f103c08aef5d13db1873 "powerpc: Rework runlatch code" has a nasty typo where it uses "TLF_RUNLATCH" instead of "_TLF_RUNLATCH" (bit number instead of bit mask), causing some flags to be potentially lost such as _TLF_RESTORE_SIGMASK (Brown paper bag for me ! We should be able to make that break at compile time with a bit of magic, any volunteer ?) Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed