-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
irqbalance: use add_one_node() to create unspecified node for numa
Use add_one_node(NUMA_NO_NODE) to create a unspecified node instead of global variable. It can reuse the function add_one_node() and delete two global variable unspecified_node_template and unspecified_node. Also it can reuse the function free_cpu_topo() instead of free_numa_node(). Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com>
- Loading branch information
1 parent
47137bb
commit 4f361d0
Showing
3 changed files
with
16 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters