1. 24 7月, 2008 1 次提交
    • J
      kgdb, powerpc: arch specific powerpc kgdb support · 17ce452f
      Jason Wessel 提交于
      This patch removes the old kgdb reminants from ARCH=powerpc and
      implements the new style arch specific stub for the common kgdb core
      interface.
      
      It is possible to have xmon and kgdb in the same kernel, but you
      cannot use both at the same time because there is only one set of
      debug hooks.
      
      The arch specific kgdb implementation saves the previous state of the
      debug hooks and restores them if you unconfigure the kgdb I/O driver.
      Kgdb should have no impact on a kernel that has no kgdb I/O driver
      configured.
      Signed-off-by: NJason Wessel <jason.wessel@windriver.com>
      17ce452f
  2. 22 7月, 2008 6 次提交
  3. 17 7月, 2008 2 次提交
  4. 15 7月, 2008 5 次提交
  5. 14 7月, 2008 2 次提交
    • S
      generic-ipi: powerpc/generic-ipi tree build failure · 7798ed0f
      Stephen Rothwell 提交于
      Today's linux-next build (powerpc allmodconfig) failed like this:
      
      ERROR: ".save_stack_trace" [tests/backtracetest.ko] undefined!
      
      But save_stack_trace is exported in arch/powerpc/kernel/stacktrace.c
      
      I couldn't figure it out until I noticed these earlier warnings:
      
      arch/powerpc/kernel/stacktrace.c:47: warning: data definition has no type or storage class
      arch/powerpc/kernel/stacktrace.c:47: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
      arch/powerpc/kernel/stacktrace.c:47: warning: parameter names (without types) in function declaration
      
      I applied the patch below.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: <linuxppc-dev@ozlabs.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      7798ed0f
    • K
      powerpc/booke: don't reinitialize time base · ddb107e9
      Kumar Gala 提交于
      For some reason long ago I decided that we should zero out the time base
      when we calibrate the decrementer.  The problem is that this can be
      harmful in SMP systems where the firmware has already synchronized the
      time bases on the various cores.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ddb107e9
  6. 10 7月, 2008 1 次提交
  7. 09 7月, 2008 9 次提交
  8. 07 7月, 2008 1 次提交
  9. 04 7月, 2008 1 次提交
  10. 03 7月, 2008 5 次提交
  11. 02 7月, 2008 1 次提交
  12. 01 7月, 2008 6 次提交