1. 16 Oct, 2008 2 commits
    • Ingo Molnar's avatar
      m32r: fix build due to notify_cpu_starting() change · 3baf63a5
      Ingo Molnar authored
      fix:
      
      arch/m32r/kernel/smpboot.c:501: err
      or: implicit declaration of function 'notify_cpu_starting'
      make[2]: *** [arch/m32r/kernel/smpboot.o] Error 1
      make[2]: *** Waiting for unfinished jobs....
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      3baf63a5
    • Stephen Rothwell's avatar
      powerpc: fix linux-next build failure · 463baa8a
      Stephen Rothwell authored
      Today's linux-next build (powerpc allyesconfig) failed like this:
      
      In file included from arch/powerpc/include/asm/mmu-hash64.h:17,
                       from arch/powerpc/include/asm/mmu.h:8,
                       from arch/powerpc/include/asm/pgtable.h:8,
                       from arch/powerpc/mm/slb.c:20:
      arch/powerpc/include/asm/page.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'memstart_addr'
      arch/powerpc/include/asm/page.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kernstart_addr'
      
      Caused by commit 600715dc ("generic: add
      phys_addr_t for holding physical addresses") from the tip-core tree.
      This only fails if CONFIG_RELOCATABLE is set.
      
      So include that instead of asm/types.h in asm/page.h for
      the CONFIG_RELOCATABLE case.
      Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Cc: ppc-dev <linuxppc-dev@ozlabs.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      463baa8a
  2. 14 Oct, 2008 38 commits