Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411857
| From | Kefeng Wang <wangkefeng.wang@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] of: numa: cleanup |
| Date | 2016-06-02 08:10 +0200 |
| Message-ID | <rFtZn-2eE-3@gated-at.bofh.it> (permalink) |
| References | <rFqyt-8tG-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
1) Use of_get_next_parent in of_node_to_nid. 2) Use pr_fmt to prefix kernel output. and drop duplicated message of NUMA turned off. Based of Zhen Lei 's patchset v3 "fix some type infos and bugs for arm64/of num" in http://www.spinics.net/lists/arm-kernel/msg507650.html. Kefeng Wang (3): of_numa: Use of_get_next_parent to simplify code of_numa: Use pr_fmt() arm64: numa: Use pr_fmt() arch/arm64/mm/numa.c | 42 +++++++++++++++++++++--------------------- drivers/of/of_numa.c | 25 +++++++++++-------------- 2 files changed, 32 insertions(+), 35 deletions(-) -- 1.7.12.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] fix some type infos and bugs for arm64/of numa Zhen Lei <thunder.leizhen@huawei.com> - 2016-06-02 04:40 +0200
[PATCH 0/3] of: numa: cleanup Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-02 08:10 +0200
[PATCH 1/3] of_numa: Use of_get_next_parent to simplify code Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-02 08:10 +0200
[PATCH 3/3] arm64: numa: Use pr_fmt() Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-02 08:10 +0200
[PATCH 2/3] of_numa: Use pr_fmt() Kefeng Wang <wangkefeng.wang@huawei.com> - 2016-06-02 08:10 +0200
csiph-web