From: Heiko Carstens Date: Fri, 9 Jan 2009 11:14:54 +0000 (+0100) Subject: [S390] vdso: compile fix X-Git-Tag: v2.6.29-rc1~24^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ffa0415b7ac9215c2030e2b15b8efff46605a0;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed