[PATCH] typo in arch/alpha/kernel/smp.c

From: Pat O'Rourke (orourke@missioncriticallinux.com)
Date: Thu Mar 30 2000 - 15:03:45 EST


This patch corrects a typo in smp.c when DEBUG_SMP is turned on. It also
corrects a compiler warning in handle_ipi().

Pat

-- 
Patrick O'Rourke
orourke@missioncriticallinux.com

diff -u linux-2.3.99-pre3/arch/alpha/kernel/smp.c linux-2.3.99-lstat/arch/alpha/kernel/smp.c --- linux-2.3.99-pre3/arch/alpha/kernel/smp.c Fri Mar 17 16:02:05 2000 +++ linux-2.3.99-lstat/arch/alpha/kernel/smp.c Thu Mar 30 14:34:32 2000 @@ -362,7 +362,7 @@ hwpcb->res1 = hwpcb->res2 = 0; DBGS(("KSP 0x%lx PTBR 0x%lx VPTBR 0x%lx UNIQUE 0x%lx\n", - hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwcpb->unique)); + hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwpcb->unique)); DBGS(("Starting secondary cpu %d: state 0x%lx pal_flags 0x%lx\n", cpuid, idle->state, idle->thread.pal_flags)); @@ -738,7 +738,7 @@ unsigned long *pending_ipis = &ipi_data[this_cpu].bits; unsigned long ops; - DBGS(("handle_ipi: on CPU %d ops 0x%x PC 0x%lx\n", + DBGS(("handle_ipi: on CPU %d ops 0x%lx PC 0x%lx\n", this_cpu, *pending_ipis, regs->pc)); mb(); /* Order interrupt and bit testing. */

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:27 EST