[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1510091614020.6097@nanos>
Date: Fri, 9 Oct 2015 16:15:35 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Daniel J Blueman <daniel@...ascale.com>
cc: Ingo Molnar <mingo@...nel.org>,
Denys Vlasenko <dvlasenk@...hat.com>,
Jiang Liu <jiang.liu@...ux.intel.com>,
Len Brown <len.brown@...el.com>,
Steffen Persvold <sp@...ascale.com>,
linux-kernel@...r.kernel.org, x86@...nel.org
Subject: Re: [PATCH v2] x86/apic: Use smaller array for __apicid_to_node[]
mapping
On Mon, 5 Oct 2015, Daniel J Blueman wrote:
> +struct apicid_to_node {
> + int apicid;
> + s16 node;
> +};
Instead of having this array, why don't you use a radix tree and be
done with it?
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists