[S390] etr/stp: put correct per cpu variable
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 7 Dec 2009 11:52:14 +0000 (12:52 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Mon, 7 Dec 2009 11:51:38 +0000 (12:51 +0100)
commitbd119ee29b447c521d66f6a5095fd3533d845da7
tree7c5c78ea330d09cdc821fa7dfff466ef818b09c0
parent9d4bfd418503e90789bbc6685ddde994e613214d
[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 <sachinp@in.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/time.c