diff mbox

sparc: remove NO_PROC_ID - it is no longer used

Message ID 20090102083648.GA2863@uranus.ravnborg.org
State Accepted
Delegated to: David Miller
Headers show

Commit Message

Sam Ravnborg Jan. 2, 2009, 8:36 a.m. UTC
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
This patch was inspired by the TODO list dave has here:

    http://vger.kernel.org/~davem/sparc64_todo.html

This was sufficiently simple :-)

	Sam

 arch/sparc/include/asm/smp_32.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Comments

David Miller Jan. 3, 2009, 5:34 a.m. UTC | #1
From: Sam Ravnborg <sam@ravnborg.org>
Date: Fri, 2 Jan 2009 09:36:48 +0100

> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

Applied.

> This patch was inspired by the TODO list dave has here:
> 
>     http://vger.kernel.org/~davem/sparc64_todo.html
> 
> This was sufficiently simple :-)

Updated :-)
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sparc/include/asm/smp_32.h b/arch/sparc/include/asm/smp_32.h
index a8180e5..29c5acf 100644
--- a/arch/sparc/include/asm/smp_32.h
+++ b/arch/sparc/include/asm/smp_32.h
@@ -172,7 +172,4 @@  void smp_setup_cpu_possible_map(void);
 #define smp_setup_cpu_possible_map() do { } while (0)
 
 #endif /* !(SMP) */
-
-#define NO_PROC_ID            0xFF
-
 #endif /* !(_SPARC_SMP_H) */