1. 11 12月, 2006 2 次提交
    • J
      [POWERPC] Generic BUG for powerpc · 73c9ceab
      Jeremy Fitzhardinge 提交于
      This makes powerpc use the generic BUG machinery.  The biggest reports the
      function name, since it is redundant with kallsyms, and not needed in general.
      
      There is an overall reduction of code, since module_32/64 duplicated several
      functions.
      
      Unfortunately there's no way to tell gcc that BUG won't return, so the BUG
      macro includes a goto loop.  This will generate a real jmp instruction, which
      is never used.
      
      [akpm@osdl.org: build fix]
      [paulus@samba.org: remove infinite loop in BUG_ON]
      Signed-off-by: NJeremy Fitzhardinge <jeremy@goop.org>
      Cc: Andi Kleen <ak@muc.de>
      Cc: Hugh Dickens <hugh@veritas.com>
      Cc: Michael Ellerman <michael@ellerman.id.au>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      73c9ceab
    • K
      [POWERPC] Only export __mtdcr/__mfdcr if CONFIG_PPC_DCR is set · 45d8e7aa
      Kumar Gala 提交于
      On 85xx we don't build in dcr support because the core doesn't implement the
      instructions.  This caused problems when building an 85xx kernel.  Additionally
      made it so we only build __mtdcr/__mfdcr if we are CONFIG_PPC_DCR_NATIVE.
      
      The 85xx build issue wasPointed out by Dai Haruki.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      45d8e7aa
  2. 09 12月, 2006 2 次提交
  3. 08 12月, 2006 14 次提交
  4. 05 12月, 2006 1 次提交
  5. 04 12月, 2006 21 次提交