linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Nathan Lynch <ntl@pobox.com>
Cc: linuxppc-dev@ozlabs.org, Paul Mackerras <paulus@samba.org>
Subject: Re: [PATCH 0/6] powerpc topology updates
Date: Mon, 28 Jul 2008 16:34:57 +1000	[thread overview]
Message-ID: <1217226897.11188.172.camel@pasglop> (raw)
In-Reply-To: <1217136295-18693-1-git-send-email-ntl@pobox.com>

On Sun, 2008-07-27 at 00:24 -0500, Nathan Lynch wrote:
> This series consists of a couple of cleanups and a few feature
> additions, all of which are more or less related to system topology
> (threads, cores, caches, sysfs...)  These are independent of
> each other except for 4 and 5 (core sibling and core id info).
> 
> I'd say the highlights are the last three patches, which add core and
> cache information to sysfs.  Here is some example output with the
> patches applied:

Applied with minor changes.

I made cpu_to_l2cache() use of_find_device_by_phandle() which should
work as well on pseries and should have the added advantage of working
on others too (ie. it will use device_node->linux_phandle to do the
compare, which is setup with the base phandle and overriden by the
ibm,phandle if there is one).

I also did a few cleanups of printk's and error checking.

Cheers,
Ben.

      parent reply	other threads:[~2008-07-28  6:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-27  5:24 [PATCH 0/6] powerpc topology updates Nathan Lynch
2008-07-27  5:24 ` [PATCH 1/6] kill useless SMT code in prom_hold_cpus Nathan Lynch
2008-07-27  5:24 ` [PATCH 2/6] register_cpu_online should be __cpuinit Nathan Lynch
2008-07-27  5:24 ` [PATCH 3/6] Update cpu_sibling_maps dynamically Nathan Lynch
2008-07-27  5:24 ` [PATCH 4/6] make core sibling information available to userspace Nathan Lynch
2008-07-27  5:24 ` [PATCH 5/6] make core id " Nathan Lynch
2008-07-27  5:24 ` [PATCH 6/6] show processor cache information in sysfs Nathan Lynch
2008-07-28  6:34 ` Benjamin Herrenschmidt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1217226897.11188.172.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=ntl@pobox.com \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).