diff options
author | Yinghai Lu <yinghai@kernel.org> | 2014-01-27 01:01:42 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-02-09 18:32:31 +0400 |
commit | ba6a328f7dfc95b20df5e0eb33c698187e997190 (patch) | |
tree | c881a44f413b591ada817e44b1d6374adbd8e643 /Documentation/ide/00-INDEX | |
parent | 494479038d97f1b9f76fc633a360a681acdf035c (diff) | |
download | linux-ba6a328f7dfc95b20df5e0eb33c698187e997190.tar.xz |
x86/mm: Avoid duplicated pxm_to_node() calls
In slit init code, too many pxm_to_node() function calls are done.
We can store from_node/to_node instead of keep calling
pxm_to_node().
- Before this patch: pxm_to_node() is called n*(1+n*3) times.
- After this patch: pxm_to_node() is called n*(1+n) times.
for 8 sockets, it will be 72 instead of 200.
for 32 sockets, it will be 1056 instead of 3104.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Toshi Kani <toshi.kani@hp.com>
Cc: David Rientjes <rientjes@google.com>
Link: http://lkml.kernel.org/r/1390770102-4007-1-git-send-email-yinghai@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/ide/00-INDEX')
0 files changed, 0 insertions, 0 deletions