From: Heiko Carstens Date: Mon, 7 Dec 2009 11:52:14 +0000 (+0100) Subject: [S390] etr/stp: put correct per cpu variable X-Git-Tag: v2.6.33-rc1~349^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd119ee29b447c521d66f6a5095fd3533d845da7;p=pandora-kernel.git [S390] etr/stp: put correct per cpu variable Fix this compile error in linux-next: arch/s390/kernel/time.c: In function 'get_sync_clock': arch/s390/kernel/time.c:337: error: 'clock_sync_sync' undeclared (first use in this function) Gets exposed because the new per cpu code references the variable passed to put_cpu_var. This was not a real bug. Reported-by: Sachin Sant Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed