On Sun, 2014-08-31 at 14:49 +0300, Igal.Liberman wrote:
> +- cell-index
> + Usage: required
> + Value type:
> + Definition: Specifies the index of the FMan unit.
> +
> + The cell-index value may be used, for example, to disable or
> + ena
On 27.08.2014 [17:34:00 +0800], Li Zhong wrote:
> As Nish suggested, it makes more sense to init the numa node informatiion
> for present cpus at boottime, which could also avoid WARN_ON(1) in
> numa_setup_cpu().
>
> With this change, we also need to change the smp_prepare_cpus() to set up
> numa
On 27.08.2014 [17:33:59 +0800], Li Zhong wrote:
> With commit 2fabf084b6ad ("powerpc: reorder per-cpu NUMA information's
> initialization"), during boottime, cpu_numa_callback() is called
> earlier(before their online) for each cpu, and verify_cpu_node_mapping()
> uses cpu_to_node() to check whethe
fc95ca7284bc54953165cba76c3228bd2cdb9591 introduces a memset in
kvmppc_alloc_hpt since the general CMA doesn't clear the memory it
allocates.
However, the size argument passed to memset is computed from a signed value
and its signed bit is extended by the cast the compiler is doing. This lead
to e
On 1 September 2014 17:32, Tomeu Vizoso wrote:
> In preparation to change the public API to return a per-user clk structure,
> remove any usage of this public API from the clock implementations.
>
> The reason for having this in a separate commit from the one that introduces
> the implementation o