Module Name: src
Committed By: joerg
Date: Wed Jun 8 16:03:42 UTC 2011
Modified Files:
src/sys/arch/i386/stand/lib: cpufunc.S
Log Message:
G/C wbinvd
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/lib/cpufunc.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/lib/cpufunc.S
diff -u src/sys/arch/i386/stand/lib/cpufunc.S:1.3 src/sys/arch/i386/stand/lib/cpufunc.S:1.4
--- src/sys/arch/i386/stand/lib/cpufunc.S:1.3 Wed Oct 22 08:42:38 2008
+++ src/sys/arch/i386/stand/lib/cpufunc.S Wed Jun 8 16:03:42 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.S,v 1.3 2008/10/22 08:42:38 ad Exp $ */
+/* $NetBSD: cpufunc.S,v 1.4 2011/06/08 16:03:42 joerg Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -150,7 +150,3 @@
outsl
popl %esi
ret
-
-NENTRY(wbinvd)
- wbinvd
- ret