git: kernel - cleanup bit number test

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 22 13:20:15 PST 2011


commit cec63019aca1b7e83ee06b5d2ba1bd4a70698d29
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Dec 22 11:48:34 2011 -0800

    kernel - cleanup bit number test
    
    * Use testq/%rax instead of %eax.  This change should have no real effect
      since the test is against a bit number and not a bit mask, but is more
      correct.

Summary of changes:
 sys/platform/pc64/apic/apic_vector.s |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cec63019aca1b7e83ee06b5d2ba1bd4a70698d29


-- 
DragonFly BSD source repository





More information about the Commits mailing list