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:
91d5d45
)
[S390] __page_to_pfn warnings
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 25 Dec 2008 12:38:59 +0000
(13:38 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 25 Dec 2008 12:39:04 +0000
(13:39 +0100)
For CONFIG_SPARSEMEM_VMEMMAP=y on s390 I get warnings like
init/main.c: In function 'start_kernel':
init/main.c:641: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'int'
The warning can be suppressed with a cast to unsigned long in the
CONFIG_SPARSEMEM_VMEMMAP=y version of __page_to_pfn.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found