Heiko Carstens 81ffa0415b [S390] vdso: compile fix
!CONFIG_SMP:

arch/s390/kernel/vdso.c: In function 'vdso_init':
arch/s390/kernel/vdso.c:325: error: incompatible type for argument 2 of 'vdso_alloc_per_cpu'

Also move the code out of the BUG_ON statement since it won't be
executed on !CONFIG_BUG. And that would be a bug.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-01-09 12:15:06 +01:00
..
2005-04-16 15:20:36 -07:00
2008-07-14 10:02:25 +02:00
2008-12-31 18:07:42 -05:00
2007-04-27 16:01:42 +02:00
2009-01-09 12:15:06 +01:00
2008-04-30 13:38:43 +02:00
2009-01-09 12:15:06 +01:00