aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-04-19 05:25:19 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-04-19 05:25:19 +0000
commite747d90dbf7de7b564e13d8708f6382682f5c950 (patch)
tree344666816dcbd417eb64baff0b7daea554ae253d /sys
parent4dfa17296aac512a5f23885ebb0a103d003c784c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/initcpu.c4
-rw-r--r--sys/i386/i386/initcpu.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c
index 4bd1fe574dca..e9ee947ed07d 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: initcpu.c,v 1.1 1997/03/22 19:00:36 kato Exp $
+ * $Id: initcpu.c,v 1.2 1997/03/24 07:23:05 kato Exp $
*/
#include "opt_cpu.h"
@@ -100,8 +100,6 @@ init_486dlc(void)
eflags = read_eflags();
disable_intr();
-
- load_cr0(rcr0() | CR0_CD | CR0_NW);
invd();
ccr0 = read_cyrix_reg(CCR0);
diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c
index 4bd1fe574dca..e9ee947ed07d 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: initcpu.c,v 1.1 1997/03/22 19:00:36 kato Exp $
+ * $Id: initcpu.c,v 1.2 1997/03/24 07:23:05 kato Exp $
*/
#include "opt_cpu.h"
@@ -100,8 +100,6 @@ init_486dlc(void)
eflags = read_eflags();
disable_intr();
-
- load_cr0(rcr0() | CR0_CD | CR0_NW);
invd();
ccr0 = read_cyrix_reg(CCR0);