• David S. Miller's avatar
    [SPARC]: Audit inline asm. · 8b1f50ad
    David S. Miller authored
    Check all inline asms for common bugs and things that prevent
    gcc-3.3 builds from working, in particular:
    1) Missing memory or cc clobbers.
    2) Do not clobber registers explicitly assigned to input
       variables.
    3) extern __inline__ --> static inline.
    
    Also try to make the formatting more consistent so that
    future audits are a bit easier.
    
    Based upon work done by Keith W. and Meelis Roos.
    8b1f50ad
turbosparc.h 3.79 KB