Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 fix an END() marker to match the function.



details:   https://anonhg.NetBSD.org/src/rev/e6993999b518
branches:  trunk
changeset: 332330:e6993999b518
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Sep 16 09:42:47 2014 +0000

description:
fix an END() marker to match the function.

diffstat:

 sys/arch/i386/i386/cpufunc.S |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r fb47ba09afe6 -r e6993999b518 sys/arch/i386/i386/cpufunc.S
--- a/sys/arch/i386/i386/cpufunc.S      Tue Sep 16 08:52:02 2014 +0000
+++ b/sys/arch/i386/i386/cpufunc.S      Tue Sep 16 09:42:47 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.S,v 1.20 2014/03/06 12:30:24 nonaka Exp $      */
+/*     $NetBSD: cpufunc.S,v 1.21 2014/09/16 09:42:47 mrg Exp $ */
 
 /*-
  * Copyright (c) 1998, 2007 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 #include <sys/errno.h>
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.20 2014/03/06 12:30:24 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpufunc.S,v 1.21 2014/09/16 09:42:47 mrg Exp $");
 
 #include "opt_xen.h"
 
@@ -188,8 +188,7 @@
        movl    $0, PCB_ONFAULT(%ecx)
        movl    $EFAULT, %eax
        ret
-
-END(rdmsr_safe)
+END(msr_onfault)
 
 ENTRY(cpu_counter)
        rdtsc



Home | Main Index | Thread Index | Old Index