From 3da0aae81f7e4dca627aabd03548b8e391da26ff Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 30 Jan 2008 13:32:13 +0100 Subject: [PATCH] --- yaml --- r: 80114 b: refs/heads/master c: e419190683cdeeda9be69af1dbc77031478559af h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/math-emu/errors.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1b496c360991..7bf2cf38a4ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7271339347653f6d652bb47aaee1f57d936002f6 +refs/heads/master: e419190683cdeeda9be69af1dbc77031478559af diff --git a/trunk/arch/x86/math-emu/errors.c b/trunk/arch/x86/math-emu/errors.c index 145b68a99516..59d353d2c599 100644 --- a/trunk/arch/x86/math-emu/errors.c +++ b/trunk/arch/x86/math-emu/errors.c @@ -149,7 +149,7 @@ void FPU_printall(void) printk("SW: invalid operation\n"); #endif /* DEBUGGING */ - printk(" SW: b=%d st=%ld es=%d sf=%d cc=%d%d%d%d ef=%d%d%d%d%d%d\n", partial_status & 0x8000 ? 1 : 0, /* busy */ + printk(" SW: b=%d st=%d es=%d sf=%d cc=%d%d%d%d ef=%d%d%d%d%d%d\n", partial_status & 0x8000 ? 1 : 0, /* busy */ (partial_status & 0x3800) >> 11, /* stack top pointer */ partial_status & 0x80 ? 1 : 0, /* Error summary status */ partial_status & 0x40 ? 1 : 0, /* Stack flag */ @@ -162,7 +162,7 @@ void FPU_printall(void) partial_status & SW_Denorm_Op ? 1 : 0, partial_status & SW_Invalid ? 1 : 0); - printk(" CW: ic=%d rc=%ld%ld pc=%ld%ld iem=%d ef=%d%d%d%d%d%d\n", + printk(" CW: ic=%d rc=%d%d pc=%d%d iem=%d ef=%d%d%d%d%d%d\n", control_word & 0x1000 ? 1 : 0, (control_word & 0x800) >> 11, (control_word & 0x400) >> 10, (control_word & 0x200) >> 9, (control_word & 0x100) >> 8,