From: Linas Vepstas Date: Thu, 9 Aug 2007 20:56:41 +0000 (+1000) Subject: [POWERPC] pseries: Eliminate global error_log_cnt variable X-Git-Tag: v2.6.24-rc1~1450^2~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2342c85df4248bc1cd72421b13969a0782ed6a;p=pandora-kernel.git [POWERPC] pseries: Eliminate global error_log_cnt variable Eliminate the use of error_log_cnt as a global var shared across different directories. Pass it as a parameter instead. Signed-off-by: Linas Vepstas ---- Respin of earlier patch, with the CONFIG_PSERIES junk removed from the header file. arch/powerpc/kernel/nvram_64.c | 10 +++++----- arch/powerpc/platforms/pseries/rtasd.c | 7 ++++--- include/asm-powerpc/nvram.h | 6 ++++-- 3 files changed, 13 insertions(+), 10 deletions(-) Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed