On Tue, Feb 02, 2010 at 10:06:35AM +0100, Florian Fainelli wrote: > On Monday 01 February 2010 11:36:28 Thomas Bogendoerfer wrote: > > On Mon, Feb 01, 2010 at 10:27:37AM +0100, Florian Fainelli wrote: > > > Commit 24a6d9866c5f15ba7e5b14dc17be4b6edba21d0e broke > > > the installation of handlers for boards which have their > > > handlers above a 1 << 26 address. Fix this by making sure that > > > jump_mask does not excess 0xfc000000 and add the missing ~ operator > > > > j can handle 28 bit jump targets (26 bit in instruction plus two 0 bits > > for 32bit aligment), so 0xf000000 was IMHO fine. > > Corrected version below, thanks. Folded into the existing -queue patch. Thanks, Ralf