Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-22 Thread Ganapatrao Kulkarni
On Tue, Dec 22, 2015 at 3:25 PM, Will Deacon wrote: > On Tue, Dec 22, 2015 at 03:04:48PM +0530, Ganapatrao Kulkarni wrote: >> On Fri, Dec 18, 2015 at 12:00 AM, Ganapatrao Kulkarni >> wrote: >> > On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: >> >> This all looks pretty reasonable, but I'd

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-22 Thread Will Deacon
On Tue, Dec 22, 2015 at 03:04:48PM +0530, Ganapatrao Kulkarni wrote: > On Fri, Dec 18, 2015 at 12:00 AM, Ganapatrao Kulkarni > wrote: > > On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: > >> This all looks pretty reasonable, but I'd like to see an Ack from a > >> devicetree maintainer on the

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-22 Thread Ganapatrao Kulkarni
Hi Will, On Fri, Dec 18, 2015 at 12:00 AM, Ganapatrao Kulkarni wrote: > Thanks Will for the review. > > On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: >> Hello, >> >> This all looks pretty reasonable, but I'd like to see an Ack from a >> devicetree maintainer on the binding before I merge

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-17 Thread Ganapatrao Kulkarni
Thanks Will for the review. On Thu, Dec 17, 2015 at 10:41 PM, Will Deacon wrote: > Hello, > > This all looks pretty reasonable, but I'd like to see an Ack from a > devicetree maintainer on the binding before I merge anything (and I see > that there are outstanding comments from Rutland on that).

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-17 Thread Will Deacon
Hello, This all looks pretty reasonable, but I'd like to see an Ack from a devicetree maintainer on the binding before I merge anything (and I see that there are outstanding comments from Rutland on that). On Tue, Nov 17, 2015 at 10:50:40PM +0530, Ganapatrao Kulkarni wrote: > Adding numa support

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-12-01 Thread Ganapatrao Kulkarni
On Fri, Nov 27, 2015 at 1:30 PM, Shannon Zhao wrote: > > > On 2015/11/18 1:20, Ganapatrao Kulkarni wrote: >> Adding numa support for arm64 based platforms. >> This patch adds by default the dummy numa node and >> maps all memory and cpus to node 0. >> using this patch, numa can be simulated on sin

Re: [PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-11-27 Thread Shannon Zhao
On 2015/11/18 1:20, Ganapatrao Kulkarni wrote: > Adding numa support for arm64 based platforms. > This patch adds by default the dummy numa node and > maps all memory and cpus to node 0. > using this patch, numa can be simulated on single node arm64 platforms. > > Reviewed-by: Robert Richter >

[PATCH v7 1/4] arm64, numa: adding numa support for arm64 platforms.

2015-11-17 Thread Ganapatrao Kulkarni
Adding numa support for arm64 based platforms. This patch adds by default the dummy numa node and maps all memory and cpus to node 0. using this patch, numa can be simulated on single node arm64 platforms. Reviewed-by: Robert Richter Signed-off-by: Ganapatrao Kulkarni --- arch/arm64/Kconfig