Loading mm/memory_hotplug.c +1 −2 Original line number Diff line number Diff line Loading @@ -901,7 +901,6 @@ int __ref add_memory(int nid, u64 start, u64 size) /* rollback pgdat allocation and others */ if (new_pgdat) rollback_node_hotadd(nid, pgdat); if (res) release_memory_resource(res); out: Loading Loading
mm/memory_hotplug.c +1 −2 Original line number Diff line number Diff line Loading @@ -901,7 +901,6 @@ int __ref add_memory(int nid, u64 start, u64 size) /* rollback pgdat allocation and others */ if (new_pgdat) rollback_node_hotadd(nid, pgdat); if (res) release_memory_resource(res); out: Loading