[hipl-commit] tla commit: hipl-dev@freelists.org--hipl/hipl--main--2.6

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 15 Mar 2005 14:44:32 +0200

New revisions created in hipl-dev@xxxxxxxxxxxxxxxxxxx/hipl--main--2.6

2005-03-15 GMT  Miika Komu <miika@xxxxxx>       patch-28

    Summary:
      Removed Kristian's old UML fix.
    Revision:
      hipl--main--2.6--patch-28

    This patch was made by Kristian to make UML work:
    
    diff -urN linux-2.6.10/include/asm-i386/div64.h 
    linux-2.6.10-hip/include/asm-i386/div64.h 
    --- linux-2.6.10/include/asm-i386/div64.h       2004-12-24 
    23:33:48.000000000 +0200
    +++ linux-2.6.10-hip/include/asm-i386/div64.h   2005-02-01 
    17:16:39.000000000 +0200
    @@ -33,7 +33,10 @@
      *
      * Warning, this will do an exception if X overflows.
      */
    +#ifndef SUBARCH
    +/* it seems that there is a problem with UML and gcc */
     #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c)
    +#endif
     
     extern inline long
     div_ll_X_l_rem(long long divs, long div, long *rem)
    
    Removed it to make a cleaner patch to linux net development list. 
    Reapply later if you miss it.

    modified files:
     linux/include/asm-i386/div64.h linux/scripts/package/Makefile



regards,
"tla mail-new-revisions"


Other related posts: