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:
ae756df
)
[PATCH] uml: comment about cast build fix
author
Paolo 'Blaisorblade' Giarrusso
<blaisorblade@yahoo.it>
Wed, 21 Sep 2005 16:40:29 +0000
(18:40 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 21 Sep 2005 23:16:30 +0000
(16:16 -0700)
Explain why the casting we do to silence this warning is indeed safe.
It is because the field we're casting from, though being 64-bit wide, was filled
with a pointer in first place by ourselves.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found