1. 05 Sep, 2013 2 commits
    • Paul Mackerras's avatar
      powerpc/xmon: Fix printing of set of CPUs in xmon · fd3bb912
      Paul Mackerras authored
      Commit 24ec2125 ("powerpc/xmon: Use cpumask iterator to avoid warning")
      replaced a loop from 0 to NR_CPUS-1 with a for_each_possible_cpu() loop,
      which means that if the last possible cpu is in xmon, we print the
      wrong value for the end of the range.  For example, if 4 cpus are
      possible, NR_CPUS is 128, and all cpus are in xmon, we print "0-7f"
      rather than "0-3".  The code also assumes that the set of possible
      cpus is contiguous, which may not necessarily be true.
      
      This fixes the code to check explicitly for contiguity, and to print
      the ending value correctly.
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      fd3bb912
    • Benjamin Herrenschmidt's avatar
      Merge remote-tracking branch 'agust/next' into next · 91c2beb5
      Benjamin Herrenschmidt authored
      From Anatolij:
      <<
      There are cleanups for some mpc5121 specific drivers and DTS files
      in preparation to switch mpc5121 clock support to a clock driver
      based on common clock framework. Additionally Sebastian fixed the
      mpc52xx PIC driver so that it builds when using older gcc versions.
      >>
      91c2beb5
  2. 28 Aug, 2013 2 commits
  3. 27 Aug, 2013 27 commits
  4. 24 Aug, 2013 6 commits
  5. 23 Aug, 2013 3 commits