From: Michael Ellerman Date: Wed, 10 Jun 2009 19:05:00 +0000 (+0000) Subject: powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=y X-Git-Tag: v2.6.31-rc1~314^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e468455e5845f83950d1271a6cd0425b9c7290ab;p=pandora-kernel.git powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=y When CONFIG_RELOCATABLE is enabled, PHYSICAL_START is actually a variable of type phys_addr_t. That means to print it we need to cast to unsigned long long and use llx. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed