Hi,

this tiny patch fixes some compiler warnings of the adeos-ipipe patch.

Jan

Index: adeos-ipipe-2.6.13-i386-1.0-02.patch
===================================================================
RCS file: 
/cvs/rtai/fusion/arch/i386/patches/adeos-ipipe-2.6.13-i386-1.0-02.patch,v
retrieving revision 1.1
diff -u -p -r1.1 adeos-ipipe-2.6.13-i386-1.0-02.patch
--- adeos-ipipe-2.6.13-i386-1.0-02.patch        11 Sep 2005 20:32:30 -0000      
1.1
+++ adeos-ipipe-2.6.13-i386-1.0-02.patch        12 Sep 2005 08:59:47 -0000
@@ -3735,7 +3735,7 @@ diff -uNrp 2.6.13/mm/vmalloc.c 2.6.13-ip
 +fastcall void do_simd_coprocessor_error(struct pt_regs *regs, long 
error_code);
 +fastcall void do_iret_error(struct pt_regs *regs, long error_code);
 +
-+static void (*__ipipe_std_extable[])(struct pt_regs *, long) = {
++static void (fastcall *__ipipe_std_extable[])(struct pt_regs *, long) = {
 +
 +      [ex_do_divide_error] = &do_divide_error,
 +      [ex_do_overflow] = &do_overflow,

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to