From: Heiko Carstens Date: Wed, 5 Mar 2008 11:37:09 +0000 (+0100) Subject: [S390] Get rid of memcpy gcc warning workaround. X-Git-Tag: v2.6.25-rc5~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c7b388afffdc5699095261b437b286d718270c;p=pandora-kernel.git [S390] Get rid of memcpy gcc warning workaround. Compile smp.o with -Wno-nonnull so gcc stops warning about memcpy being used with a null parameter. Also remove the workaround code and use a char * cast instead of a void * cast to do computations. Cc: Bastian Blank Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed