From: Martin Schwidefsky Date: Thu, 25 Dec 2008 12:38:59 +0000 (+0100) Subject: [S390] __page_to_pfn warnings X-Git-Tag: v2.6.29-rc1~584^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32272a26974d2027384fd4010cd1780fca425d94;p=pandora-kernel.git [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: Martin Schwidefsky --- Reading git-diff-tree failed