summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-03-24 07:23:05 +0000
committerkato <kato@FreeBSD.org>1997-03-24 07:23:05 +0000
commit17d7dec351718eaee268cf2dbdc9cce72532a729 (patch)
treec028c1f8bf2bb9176239fbc1a866a1d7305be578 /sys
parentc4421409cec84a6d1a4fe6364cd933e2cefc86d1 (diff)
downloadFreeBSD-src-17d7dec351718eaee268cf2dbdc9cce72532a729.zip
FreeBSD-src-17d7dec351718eaee268cf2dbdc9cce72532a729.tar.gz
Fix typo.
Submitted by: Bruce Evans <bde@zeta.org.au>
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/initcpu.c4
-rw-r--r--sys/i386/i386/initcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index 482f0a2..4bd1fe5 100644
--- a/sys/amd64/amd64/initcpu.c
+++ b/sys/amd64/amd64/initcpu.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: initcpu.c,v 1.1 1997/03/22 19:00:36 kato Exp $
*/
#include "opt_cpu.h"
@@ -252,7 +252,7 @@ init_i486_on_386(void)
load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */
- write_elfags(eflags);
+ write_eflags(eflags);
}
#endif
diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c
index 482f0a2..4bd1fe5 100644
--- a/sys/i386/i386/initcpu.c
+++ b/sys/i386/i386/initcpu.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: initcpu.c,v 1.1 1997/03/22 19:00:36 kato Exp $
*/
#include "opt_cpu.h"
@@ -252,7 +252,7 @@ init_i486_on_386(void)
load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */
- write_elfags(eflags);
+ write_eflags(eflags);
}
#endif
OpenPOWER on IntegriCloud