diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 41bcfac02442..901369edd545 100644 --- a/sys/amd64/amd64/support.S +++ b/sys/amd64/amd64/support.S @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.25 1995/12/09 20:40:40 phk Exp $ + * $Id: support.s,v 1.26 1995/12/10 03:11:32 bde Exp $ */ #include "assym.s" /* system definitions */ @@ -47,10 +47,10 @@ ENTRY(rtcin) /* rtcin(val) */ movl 4(%esp),%eax outb %al,$0x70 - NOP + FASTER_NOP xorl %eax,%eax inb $0x71,%al - NOP + FASTER_NOP ret /* diff --git a/sys/amd64/amd64/support.s b/sys/amd64/amd64/support.s index 41bcfac02442..901369edd545 100644 --- a/sys/amd64/amd64/support.s +++ b/sys/amd64/amd64/support.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.25 1995/12/09 20:40:40 phk Exp $ + * $Id: support.s,v 1.26 1995/12/10 03:11:32 bde Exp $ */ #include "assym.s" /* system definitions */ @@ -47,10 +47,10 @@ ENTRY(rtcin) /* rtcin(val) */ movl 4(%esp),%eax outb %al,$0x70 - NOP + FASTER_NOP xorl %eax,%eax inb $0x71,%al - NOP + FASTER_NOP ret /* diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 41bcfac02442..901369edd545 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.25 1995/12/09 20:40:40 phk Exp $ + * $Id: support.s,v 1.26 1995/12/10 03:11:32 bde Exp $ */ #include "assym.s" /* system definitions */ @@ -47,10 +47,10 @@ ENTRY(rtcin) /* rtcin(val) */ movl 4(%esp),%eax outb %al,$0x70 - NOP + FASTER_NOP xorl %eax,%eax inb $0x71,%al - NOP + FASTER_NOP ret /*