From owner-freebsd-hackers@FreeBSD.ORG Thu May 6 10:30:14 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2DD161065675 for ; Thu, 6 May 2010 10:30:14 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id B67818FC16 for ; Thu, 6 May 2010 10:30:13 +0000 (UTC) Received: by ewy24 with SMTP id 24so1602326ewy.33 for ; Thu, 06 May 2010 03:30:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2+fa1JKjBDTfXpuEPTK+PfkiKU/K5Yc9nKWzkmRc1tI=; b=DUV6S8avb0+T0TvDIblN8ZWwh9Cl76sWTlusarFxyTEgNPE5LiODpbFptWrFPnDEeg r5nU7CG122uIWyygEtpxUx6dvG/suDVkZcH1jFRN/RFe3+VG345n5UQ7t96GW2rSaP9t haRj174IuWKdiljZUyKhZu7BT/qk+G0r9wsAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=g7Ox9HYbRD6lUF0JFqzG+0PU02pV+CclFc643DTrRAxjS/olWoD5traGO9IXjlANhl TYJuaeoNfqAxCOs8WFB+SwKL9/0sVVuX7Fir5MPztvch0bjrE6HLJAvcmEPrOBgtfttb 0qVUG4oysMzcbmMy5e3vskvn/g1LFcS7ym2GM= MIME-Version: 1.0 Received: by 10.213.51.208 with SMTP id e16mr3319283ebg.27.1273141801748; Thu, 06 May 2010 03:30:01 -0700 (PDT) Received: by 10.213.10.6 with HTTP; Thu, 6 May 2010 03:30:01 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 May 2010 06:30:01 -0400 Message-ID: From: Ryan Stone To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Hackers Subject: Re: Converting pointer to vm_offset_t 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: Thu, 06 May 2010 10:30:14 -0000 Just cast the point to vm_offset_t.