Re: [U-Boot] [PATCH v4 4/8] x86: use actual CPU number for allocating memory

2016-01-03 Thread Bin Meng
On Thu, Dec 31, 2015 at 10:55 AM, Miao Yan wrote: > Use actual CPU number, instead of maximum cpu configured, > to allocate stack memory in 'load_sipi_vector' > > Signed-off-by: Miao Yan > --- > arch/x86/cpu/mp_init.c | 6 +++--- > 1 file changed, 3

[U-Boot] [PATCH v4 4/8] x86: use actual CPU number for allocating memory

2015-12-30 Thread Miao Yan
Use actual CPU number, instead of maximum cpu configured, to allocate stack memory in 'load_sipi_vector' Signed-off-by: Miao Yan --- arch/x86/cpu/mp_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/cpu/mp_init.c

Re: [U-Boot] [PATCH v4 4/8] x86: use actual CPU number for allocating memory

2015-12-30 Thread Simon Glass
On 30 December 2015 at 19:55, Miao Yan wrote: > Use actual CPU number, instead of maximum cpu configured, > to allocate stack memory in 'load_sipi_vector' > > Signed-off-by: Miao Yan > --- > arch/x86/cpu/mp_init.c | 6 +++--- > 1 file changed, 3