From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 3 20:27:27 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A6D16A41F for ; Sat, 3 Sep 2005 20:27:27 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E3243D46 for ; Sat, 3 Sep 2005 20:27:25 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 25668 invoked from network); 3 Sep 2005 22:27:23 +0200 Received: from p508fec86.dip.t-dialin.net (HELO localhost.skatecity) (80.143.236.134) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 3 Sep 2005 22:27:23 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j83KRE9W064275 for ; Sat, 3 Sep 2005 22:27:14 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j83KREBt064273 for freebsd-hackers@freebsd.org; Sat, 3 Sep 2005 22:27:14 +0200 (CEST) (envelope-from arundel) From: Alexander Best Date: Sat, 3 Sep 2005 22:27:14 +0200 To: freebsd-hackers@freebsd.org Message-ID: <20050903202713.GA45209@skatecity> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20050809133109.GA15300@skatecity> <20050811120108.GA20415@skatecity> <20050812232253.GA42088@skatecity> <200509021407.42860.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509021407.42860.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Organisation: =?iso-8859-15?Q?Westfl=E4lische_Wilhelms-U?= =?iso-8859-15?Q?niversit=E4t_M=FCnster?= Subject: Re: Using sysarch specific syscalls in assembly? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 20:27:27 -0000 On Fri Sep 2 05, John Baldwin wrote: > On Friday 12 August 2005 07:22 pm, alexander wrote: > > On Thu Aug 11 05, alexander wrote: > > > Hmm...very odd. Should I file a bug report about this problem? > > > > Alright. I submitted a PR and got a suggestion on how to solve the problem > > by Bruce Evans. Could somebody (apart from me) try out his workaround and > > see if it works? > > > > Thx a bunch. > > Could you please try the patch I posted to the PR? > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org /usr/src/sys/i386/i386/machdep.c:1276: warning: redundant redeclaration of \ 'private_tss' ./machine/pcb_ext.h:47: warning: previous declaration of 'private_tss' was here *** Error code 1 Stop in /usr/obj/usr/src/sys/ARUNDEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. machdep.c : \ $FreeBSD: src/sys/i386/i386/machdep.c,v 1.616.2.1 2005/07/28 03:30:53 jkoshy \ Exp $ pcb_ext.h : \ $FreeBSD: src/sys/i386/include/pcb_ext.h,v 1.9 2002/03/20 05:48:58 alfred Exp $ Cheers.