Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 14:45:24 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include in_cksum.h
Message-ID:  <200601231445.k0NEjPFg057280@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2006-01-23 14:45:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/sparc64/include  in_cksum.h 
  Log:
  MFC: 1.3
  
  - The inline asm in this file uses output operands before all input
    operands are consumed so use the appropriate constraint modifier.
    Before this change GCC used one register for both an input and an
    unrelated output operand of in_addword(), causing the input to be
    overwritten before it was consumed and thus breaking in_addword().
    For in_cksum_hdr() and in_pseudo() this change is more or less
    cosmetic.
  - Fix a misspelling in a nearby comment.
  
  Revision  Changes    Path
  1.2.8.1   +5 -5      src/sys/sparc64/include/in_cksum.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601231445.k0NEjPFg057280>