Skip to content
Commit 32272a26 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] __page_to_pfn warnings



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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 91d5d45e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment