git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccd0e4
)
[S390] Get rid of memcpy gcc warning workaround.
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Wed, 5 Mar 2008 11:37:09 +0000
(12:37 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Wed, 5 Mar 2008 11:37:17 +0000
(12:37 +0100)
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>
No differences found