Commit 43bc2db47292a824152145253b1dd2847e7312a3

Authored by Dongdong Deng
Committed by David S. Miller
1 parent b7d45c3f74

sparc64: fix the build error due to smp_kgdb_capture_client()

Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/sparc/kernel/ttable.S
... ... @@ -64,7 +64,7 @@
64 64 tl0_irq6: BTRAP(0x46)
65 65 #endif
66 66 tl0_irq7: TRAP_IRQ(deferred_pcr_work_irq, 7)
67   -#ifdef CONFIG_KGDB
  67 +#if defined(CONFIG_KGDB) && defined(CONFIG_SMP)
68 68 tl0_irq8: TRAP_IRQ(smp_kgdb_capture_client, 8)
69 69 #else
70 70 tl0_irq8: BTRAP(0x48)