From: Christoph Egger Date: Mon, 17 May 2010 08:00:08 +0000 (+0200) Subject: [S390] vdso: remove redundant check for CONFIG_64BIT X-Git-Tag: v2.6.35-rc1~505^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78f1c4c1dc4b9dedd17c46dd414f26c7bf1e503;p=pandora-kernel.git [S390] vdso: remove redundant check for CONFIG_64BIT This is a check for CONFIG_64BIT inside a block that is only active when CONFIG_64BIT is set. So the check is actually useless and potentially irritating. Signed-off-by: Christoph Egger Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed