[PATCH 5/6] PPC: use KSYM_NAME_LEN

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: LKML <linux-kernel@...>
Cc: Ingo Molnar <mingo@...>, David Miller <davem@...>, Andrew Morton <akpm@...>, Paul Mackerras <paulus@...>, Peter Zijlstra <peterz@...>, Thomas Gleixner <tglx@...>
Date: Wednesday, January 23, 2008 - 1:39 pm

Use KSYM_NAME_LEN instead of numeric value

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---

Index: linux-2.6.git/arch/ppc/xmon/xmon.c
===================================================================
--- linux-2.6.git.orig/arch/ppc/xmon/xmon.c	2008-01-21 19:35:06.000000000 +0300
+++ linux-2.6.git/arch/ppc/xmon/xmon.c	2008-01-23 19:15:19.000000000 +0300
@@ -180,7 +180,7 @@ static void xmon_print_symbol(unsigned l
 	char *modname;
 	const char *name = NULL;
 	unsigned long offset, size;
-	static char tmpstr[128];
+	static char tmpstr[KSYM_NAME_LEN];
 
 	printf("%.8lx", address);
 	if (setjmp(bus_error_jmp) == 0) {
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 5/6] PPC: use KSYM_NAME_LEN, Cyrill Gorcunov, (Wed Jan 23, 1:39 pm)