lkml.org 
[lkml]   [2011]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86, numa: move bootnode definition into srat_64.c
On Wed, 2 Mar 2011, Yinghai Lu wrote:

> diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c
> index 8e9d339..7e5d0e9 100644
> --- a/arch/x86/mm/srat_64.c
> +++ b/arch/x86/mm/srat_64.c
> @@ -26,6 +26,11 @@
>
> int acpi_numa __initdata;
>
> +struct bootnode {
> + u64 start;
> + u64 end;
> +};
> +
> static struct bootnode nodes_add[MAX_NUMNODES];
>
> static __init int setup_node(int pxm)

Can we get rid of struct bootnode instead and simply reuse
struct numa_memblk? The latter isn't actually tied to memblock and is a
generic representation of a node id and address range.


\
 
 \ /
  Last update: 2011-03-03 21:55    [W:2.690 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site