From owner-freebsd-bugs Sat Dec 21 11:40: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C2137B401 for ; Sat, 21 Dec 2002 11:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA32343ED8 for ; Sat, 21 Dec 2002 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLJe2NS008775 for ; Sat, 21 Dec 2002 11:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLJe2L5008774; Sat, 21 Dec 2002 11:40:02 -0800 (PST) Date: Sat, 21 Dec 2002 11:40:02 -0800 (PST) Message-Id: <200212211940.gBLJe2L5008774@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "First Electronics Service" Subject: Re: i386/5932: perfmon kernel code should check for non-Intel CPUs Reply-To: "First Electronics Service" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/5932; it has been noted by GNATS. From: "First Electronics Service" To: , Cc: Subject: Re: i386/5932: perfmon kernel code should check for non-Intel CPUs Date: Sat, 21 Dec 2002 13:23:11 -0600 You can change "if (strcmp(cpu_vendor, "GenuineIntel") != 0)" to "if (strcmp(cpu_vendor,"GenuineIntel"))". Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message