From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 29 16:45:48 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDC101065746 for ; Thu, 29 Jul 2010 16:45:48 +0000 (UTC) (envelope-from pebu3op@googlemail.com) Received: from mail.net.t-labs.tu-berlin.de (mail.net.t-labs.tu-berlin.de [130.149.220.252]) by mx1.freebsd.org (Postfix) with ESMTP id A08E08FC08 for ; Thu, 29 Jul 2010 16:45:48 +0000 (UTC) Received: from raven.net.t-labs.tu-berlin.de (raven.net.t-labs.tu-berlin.de [130.149.220.18]) by mail.net.t-labs.tu-berlin.de (Postfix) with ESMTP id 3A92870015BA; Thu, 29 Jul 2010 18:45:47 +0200 (CEST) From: Alexander Fiveg Organization: Google To: Andriy Gapon Date: Thu, 29 Jul 2010 18:45:45 +0200 User-Agent: KMail/1.9.10 References: <201007291613.15719.pebu3op@googlemail.com> <4C51A8A3.7080808@icyb.net.ua> In-Reply-To: <4C51A8A3.7080808@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201007291845.46015.pebu3op@googlemail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: coherence-problem on the mapped memory buffer X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pebu3op@googlemail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 16:45:49 -0000 On Thursday 29 July 2010 18:13:23 Andriy Gapon wrote: > on 29/07/2010 17:13 Alexander Fiveg said the following: > > P.S. Details about hardware and used software: > > 1. /var/run/dmesg.boot : > > ... > > CPU: Dual Core AMD Opteron(tm) Processor 865 (1800.01-MHz 686-class CPU) > > Origin = "AuthenticAMD" Id = 0x20f10 Family = f Model = 21 Stepping > > = 0 > > > > Features=0x178bfbff >MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x1 > > AMD Features=0xe2500800 > > AMD Features2=0x3 > > real memory = 3758030848 (3583 MB) > > avail memory = 3677495296 (3507 MB) > > ACPI APIC Table: > > FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs > > FreeBSD/SMP: 4 package(s) x 2 core(s) > > ... > > > > 2. uname -v > > FreeBSD 9.0-CURRENT #3 > > > > 3. sysctl kern.osreldate > > kern.osreldate: 900014 > > > > 4. //depot/projects/soc2010/ringmap/ > > No help, but just curious - do use amd64 variant? > If yes, can you reproduce the problem with i386? No, my kernel is i386, but I will try test it with amd64. Thanks Alex