commit | 98c7b388afffdc5699095261b437b286d718270c | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Mar 05 12:37:09 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Mar 05 12:37:17 2008 +0100 |
tree | 0d299b3a8e03c90963a95e44da0057892a490310 | |
parent | 5ccd0e43bb916872022df974d0f39337797d9277 [diff] |
[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 <bastian@waldi.eu.org> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>