From owner-freebsd-current@FreeBSD.ORG Thu Sep 23 13:47:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE8116A4CE for ; Thu, 23 Sep 2004 13:47:42 +0000 (GMT) Received: from horus.euredit.net (horus.euredit.net [194.145.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515BB43D2D for ; Thu, 23 Sep 2004 13:47:42 +0000 (GMT) (envelope-from kde@europages.com) Received: from gandalf.euredit.net (gandalf [194.145.144.88]) by horus.euredit.net (Postfix) with ESMTP id 0136C20205 for ; Thu, 23 Sep 2004 15:47:38 +0200 (CEST) Received: from [10.10.11.141] (unknown [10.10.11.141]) by gandalf.euredit.net (Postfix) with ESMTP id 4D690AF09 for ; Thu, 23 Sep 2004 15:47:39 +0200 (CEST) From: Key Dof To: freebsd-current@freebsd.org Content-Type: text/plain Message-Id: <1095947258.61028.12.camel@ramses> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 23 Sep 2004 15:47:38 +0200 Content-Transfer-Encoding: 7bit Subject: smbfs and SMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 23 Sep 2004 13:47:42 -0000 Hi, I am using 5.2.1-p10 with a HTT P4 cpu, when i try to mount smbfs i get that the module was not compiled with SMP support (in /var/log/messages) I put SMP=yes and SMP_SUPPORT=yes in my make.conf and i recompiled smbfs and mount_smbfs but it didn't change anything. Any idea how to solve this? Thanks