From owner-freebsd-current@freebsd.org Sun Nov 20 03:47:14 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E338AC3E779; Sun, 20 Nov 2016 03:47:14 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-ua0-x244.google.com (mail-ua0-x244.google.com [IPv6:2607:f8b0:400c:c08::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F1273E3; Sun, 20 Nov 2016 03:47:14 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-ua0-x244.google.com with SMTP id 12so21930386uas.3; Sat, 19 Nov 2016 19:47:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=mI9MRGFIKXmuxE1f8S5aMkI5pTnI7wcygirI2MBqFSY=; b=vKELH3mz0+SeQf/ZwVcIa/WNbTc2RIhliFSkXdjcmLLiGg6nDFSYrW8bpoXpWj+anf JKq57bF4Nzy2+ofjbJTFX0goy82X+DfB0Ru2jc+YboJ1FjhNXjK4eGdNa/opo+ASUC2F i49GojtjilBs/jthMhLAs7Po1/KYNORk5XTAAtbjmD2keenk6crPEsSI78acTY4qO1bn X+WrZ+wxmFXjTzjT5fz3z3TdwoUP2qW2eJ76wb3uoZgH8wIxadTJXTgX5tlhWRpykL0S 4uMyzt7shGePpI74hw+W2OGFvwZJvY0CIxk+/1HlOnaKvGntS0cHFfs92ww6uESPT7qb o80Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=mI9MRGFIKXmuxE1f8S5aMkI5pTnI7wcygirI2MBqFSY=; b=MExBhu4jB30SfHyT3nPMt4NBT2A+M9879yRhDL6i19yTSRNZHI+4WQ/lZZ+ZqhcIiA hRzrXgK6XK7Ple6XAWzGmu5AZkHRMvjsimFo5hWwHTJFH0dy4QrimElARAeOGhNjYObK Vyp7qE4/s0+691899G4oaG62VWoCPPCYMOUK8i09jRp0vblEW8Ehw5J755RNBstp2WMA RrJVV1F6AYMgfAq5tB5j0LrjMQhRxNCGYXl86IgsGToZ7aPbchZCacfBGK9wfGF75X+D wSJ3ymdFzWbm8wXOxoqbHh5uH6OoVoXJISZHiLVT28wSy/ZuqSycYY5+rmsOl6pxg234 KA8w== X-Gm-Message-State: AKaTC03XfoFiBFbo3sv4zGtkq30RCcHiF0+daPuKqb8BNhOb4vOMyzrn0XK9TimSPqAnGD86NL5xu0AO8X3mfg== X-Received: by 10.176.80.101 with SMTP id z34mr4117623uaz.140.1479613633752; Sat, 19 Nov 2016 19:47:13 -0800 (PST) MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.103.150.66 with HTTP; Sat, 19 Nov 2016 19:47:12 -0800 (PST) Received: by 10.103.150.66 with HTTP; Sat, 19 Nov 2016 19:47:12 -0800 (PST) In-Reply-To: <1EC92166-7DF3-42DC-9AAD-AED1BA9D5CC1@dsl-only.net> References: <39962D4C-29BA-4AA4-B77D-2344A68FDB54@dsl-only.net> <53258F35-C86E-4DE0-BDF0-5C139E68356D@dsl-only.net> <20161119204715.79632a66@zhabar.knownspace> <3D338DB4-9FAF-46A8-96FF-4F77B01871E2@dsl-only.net> <1EC92166-7DF3-42DC-9AAD-AED1BA9D5CC1@dsl-only.net> From: Justin Hibbits Date: Sat, 19 Nov 2016 21:47:12 -0600 X-Google-Sender-Auth: p41Qez5AmZlmwwexVot_DeMQGvQ Message-ID: Subject: Re: svn commit: r308817 - head/sys/powerpc/include [Still have pmap_t and struct pmap ppowerpc64 problems as of -r308860] To: Mark Millard Cc: svn-src-head@freebsd.org, FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 20 Nov 2016 03:47:15 -0000 On Nov 19, 2016 21:42, "Mark Millard" wrote: > > On 2016-Nov-19, at 7:36 PM, Mark Millard wrote: > > > On 2016-Nov-19, at 7:32 PM, Justin Hibbits wrote: > > > >> Sorry, I generated the diff from a different tree that wasn't synced to head (had the same change in both trees originally). If that is the only problem, you can ignore it and try the rest. I can generate another diff later too. > >> - Justin > > > > Yep: I manually did the move of the pm_stats line and am building. > > If it builds and I install it on a PowerMac G5 and it boots, what do I > do to test if pm_stats and pm_mtx seems to be working well/right for > the out of kernel code? Do you know of a reasonable test? > > === > Mark Millard > markmi at dsl-only.net I think using procstat should work. Not at my machine right now so can't really check the man page, but libprocstat and libkvm both read vmspace, so that's a likely candidate. - Justin