* Tony Lindgren [100902 17:00]: > * Tony Lindgren [100902 12:20]: > > Heh, turns out there's a bit of a bug in the code snippet above :) It should > be !((mpidr >> 30) & 1) instead, otherwise it always returns 0. This too can check for value of 2. Also we probably want to do the CPU type checks too. Updated patch below. Tony