From owner-freebsd-current@FreeBSD.ORG Mon Jul 2 16:10:30 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AAAA16A46F for ; Mon, 2 Jul 2007 16:10:30 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: from ybbsmtp10.mail.ogk.yahoo.co.jp (ybbsmtp10.mail.ogk.yahoo.co.jp [124.83.153.130]) by mx1.freebsd.org (Postfix) with SMTP id 9EA1C13C489 for ; Mon, 2 Jul 2007 16:10:29 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: (qmail 98752 invoked by alias); 2 Jul 2007 16:10:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ybb20050223; d=ybb.ne.jp; b=Y4j7q01AbbHW6gI0BLsP36yMJx4GEMSaYl61miTWnqhrrulEPHShG0yuajAjfKcO0xxPb6hTT4es8i6DpaCHF/stmiNRufE8ulBpwnY/MCdRtZ+ocTAJ/CeXC3X4wYAh ; Received: from unknown (HELO ?127.0.0.1?) (takeharu1219@219.35.170.86 with plain) by ybbsmtp10.mail.ogk.yahoo.co.jp with SMTP; 2 Jul 2007 16:10:28 -0000 X-Apparently-From: Message-ID: <46892373.1080602@ybb.ne.jp> Date: Tue, 03 Jul 2007 01:10:27 +0900 From: Takeharu KATO User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Suleiman Souhlal References: <46806B3E.2060701@FreeBSD.org> <4688EBC2.8070703@ybb.ne.jp> <27D8F2CD-156E-4962-A187-63E42CAE2B6F@FreeBSD.org> In-Reply-To: <27D8F2CD-156E-4962-A187-63E42CAE2B6F@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: [PATCH] Machine Check Architecture on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 16:10:30 -0000 Hi > > While I don't know about Intel CPUs, K8 CPUs from AMD have a hardware > DRAM/data cache scrubber, so I didn't bother implementing it, and I Certainly, they does not have hardware scrubber. So, I try to add memory scrub routines to your patch.