From: Michael Neuling Date: Sun, 5 Jun 2011 16:48:47 +0000 (+0000) Subject: powerpc: Fix doorbell type shift X-Git-Tag: v3.1-rc1~236^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc28518f7d7dfd93cd44edb44f9b8e961f5a5c1b;p=pandora-kernel.git powerpc: Fix doorbell type shift doorbell type is defined as bits 32:36 so should be shifted by 63-36 = 27 rather than 28. We never noticed this bug as we've only every used type PPC_DBELL = 0. Signed-off-by: Michael Neuling Acked-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed