Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 1997 03:40:02 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/boot/biosboot bios.S serial.S
Message-ID:  <199705161040.DAA06025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/05/16 03:40:01 PDT

  Modified files:
    sys/i386/boot/biosboot bios.S serial.S 
  Log:
  Removed some useless code:
  - gcc assumes that %ecx and %edx are clobbered (due to calling
    conventions), thus there is no need for saving/restoring those two
    registers.
  - %es is reset to default value by real_to_prot, thus there is no need
    for saving/restorig that register.
  Submitted by:	tegge
  
  Revision  Changes    Path
  1.10      +1 -15     src/sys/i386/boot/biosboot/bios.S
  1.7       +1 -9      src/sys/i386/boot/biosboot/serial.S



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