From owner-freebsd-smp Thu Nov 21 04:40:28 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA21585 for smp-outgoing; Thu, 21 Nov 1996 04:40:28 -0800 (PST) Received: from netwolf.NetMasters.com (netwolf.netmasters.com [199.201.245.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA21580 for ; Thu, 21 Nov 1996 04:40:25 -0800 (PST) Received: from netwolf.NetMasters.com (localhost [127.0.0.1]) by netwolf.NetMasters.com (8.7.6/8.7.3) with ESMTP id HAA02669; Thu, 21 Nov 1996 07:40:03 -0500 (EST) Message-Id: <199611211240.HAA02669@netwolf.NetMasters.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Gunther Hipper cc: freebsd-smp@FreeBSD.org Subject: Re: A Problem: ../../i386/i386/locore.s:705: Error: bad register name ('%cr4') In-reply-to: Your message of "Thu, 21 Nov 1996 12:00:37 +0100." <199611211100.MAA23833@donau.informatik.uni-rostock.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Nov 1996 07:40:03 -0500 From: Michael Petry Sender: owner-smp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I ran into the same issue and was able to resolve it by building a new /usr/src/gnu/usr.bin/as from the -current. It appears that this was the first use of %cr4 in any of the .s modules and the assembler from previous versions didn't know about the definition.