From: Bob Moore Date: Sat, 8 Feb 2014 01:42:01 +0000 (+0800) Subject: ACPICA: Improve support for 32/64 bit physical addresses in printf(). X-Git-Tag: v3.15-rc1~151^2~7^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03775c0827f4d10fcb360c9b8af9a922aedaf4b;p=pandora-kernel.git ACPICA: Improve support for 32/64 bit physical addresses in printf(). This change improves the support for physical addresses in printf debug statements and other output on both 32-bit and 64-bit hosts. It consistently outputs the appropriate number of bytes for each host. The %p specifier is unsatisfactory since it does not emit uniform output on all hosts/clib implementations (on some, leading zeros are not supported, leading to difficult-to-read output). Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed