[LinuxPPS] MIPS: Fix build error if __xchg() is not getting inlined.

gitweb.enneenne.com Git - linuxpps/rss log: Ralf Baechle <> webmaster at enneenne.com
Wed Dec 2 18:15:53 CET 2009


MIPS: Fix build error if __xchg() is not getting inlined.
    
    If __xchg() is not getting inlined the outline version of the function
    will have a reference to __xchg_called_with_bad_pointer() which does not
    exist remaining.  Fixed by using BUILD_BUG_ON() to check for allowable
    operand sizes.
    
    Signed-off-by: Ralf Baechle <ralf at linux-mips.org>
    Patchwork: http://patchwork.linux-mips.org/patch/705/
    

  * [[D][1][H][2]] arch/mips/include/asm/system.h

   [1]: http://gitweb.enneenne.com/?p=linuxpps;a=blobdiff;f=arch/mips/include/asm/system.h;fp=arch/mips/include/asm/system.h;h=83b5509e09e8cf99a6bd966ee991ce0234806566;hp=fcf5f98d90ccf6227906449d24b2cfb016a6e1ae;hb=c677189af9faa3f26fae0fcb7ac59f477048b89a;hpb=2b5e63f6b8f6566161a261a9face1de433d6608e (diff)
   [2]: http://gitweb.enneenne.com/?p=linuxpps;a=history;f=arch/mips/include/asm/system.h;h=c677189af9faa3f26fae0fcb7ac59f477048b89a (history)

URL: http://gitweb.enneenne.com/?p=linuxpps;a=commitdiff;h=c677189af9faa3f26fae0fcb7ac59f477048b89a



More information about the LinuxPPS mailing list