2010-01-04 22:56:06

by Christoph Lameter

[permalink] [raw]
Subject: [this_cpu_xx V9 7/7] Remove leftover local.h

Somehow the local.h was not removed when taking out the local_t usage during
the 2.6.32 merge.

CC: David Miller <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>

---
arch/sparc/kernel/nmi.c | 1 -
1 file changed, 1 deletion(-)

Index: linux-2.6/arch/sparc/kernel/nmi.c
===================================================================
--- linux-2.6.orig/arch/sparc/kernel/nmi.c 2010-01-04 15:03:35.000000000 -0600
+++ linux-2.6/arch/sparc/kernel/nmi.c 2010-01-04 15:03:42.000000000 -0600
@@ -21,7 +21,6 @@

#include <asm/perf_event.h>
#include <asm/ptrace.h>
-#include <asm/local.h>
#include <asm/pcr.h>

/* We don't have a real NMI on sparc64, but we can fake one

--