William Lee Irwin III wrote:
On Tue, Mar 01, 2005 at 09:10:05PM -0800, Randy.Dunlap wrote:

sparc: fix printk format warning:
fs/proc/proc_misc.c:195: warning: long unsigned int format, unsigned int arg 
(arg 23)
Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
diffstat:=
include/asm-sparc/vaddrs.h |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


The UL qualifier can't be used directly as VMALLOC_START is used in
assembly (check arch/sparc/kernel/entry.S).

Darn, that gives me some lack of confidence in my cross-build tools. Cross-build results are at: https://www.osdl.org/plm-cgi/plm?module=patch_info&patch_id=4238 and sparc build with this patch passed....

But I do trust that you know what you are talking about and
that I probably have a toolchain problem.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to