1. 10 Jul, 2008 2 commits
    • Ingo Molnar's avatar
      x86, visws: use mach-default/entry_arch.h · 42a2f217
      Ingo Molnar authored
      mach-default/entry_arch.h is exactly the same file as
      mach-visws/entry_arch.h, so include the first from the second,
      so that updates to the generic one get picked up by VISWS as well.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      42a2f217
    • Ingo Molnar's avatar
      x86, visws: fix generic-ipi build · ca201c82
      Ingo Molnar authored
      fix:
      
       arch/x86/kernel/built-in.o: In function `smp_intr_init':
       (.init.text+0x49e2): undefined reference to `call_function_single_interrupt'
      
      Caused by include/asm-x86/mach-visws/entry_arch.h getting out of sync
      with the include/asm-x86/mach-default/entry_arch.h file it derives from.
      
      Copy the default file over - next step will be to simply include the default
      file.
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      ca201c82
  2. 06 Jul, 2008 1 commit
  3. 04 Jul, 2008 1 commit
    • Heiko Carstens's avatar
      generic-ipi: fix s390 build bug · ba8dd03a
      Heiko Carstens authored
      forgot to remove #include <linux/spinlock.h> from linux/smp.h while
      fixing the original s390 build bug.
      
      Patch below fixes this build bug caused by header inclusion dependencies:
      
        CC      kernel/timer.o
      In file included from include/linux/spinlock.h:87,
                       from include/linux/smp.h:11,
                       from include/linux/kernel_stat.h:4,
                       from kernel/timer.c:22:
      include/asm/spinlock.h: In function '__raw_spin_lock':
      include/asm/spinlock.h:69: error: implicit declaration of function 'smp_processor_id'
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      ba8dd03a
  4. 03 Jul, 2008 1 commit
  5. 27 Jun, 2008 3 commits
  6. 26 Jun, 2008 12 commits
  7. 25 Jun, 2008 4 commits
  8. 24 Jun, 2008 16 commits