git: kernel - Remove unnecessary cld's

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Sep 25 09:29:16 PDT 2018


commit 651ab67c7feb5c484bdde56316408ee902218d7a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Sep 23 11:39:17 2018 -0700

    kernel - Remove unnecessary cld's
    
    * Remove unnecsesary cld's, ABI requires direction flag to be clear
      on entry.
    
    * Keep the cld prior to the ret for the case where we have to std
      in bcopy().
    
    Suggested-by: mjg

Summary of changes:
 sys/platform/pc64/x86_64/support.s | 8 --------
 1 file changed, 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/651ab67c7feb5c484bdde56316408ee902218d7a


-- 
DragonFly BSD source repository


More information about the Commits mailing list