lkml.org 
[lkml]   [2020]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH 05/16] objtool: Optimize find_symbol_by_index()
On Thu, Mar 12, 2020 at 02:41:12PM +0100, Peter Zijlstra wrote:
> @@ -289,7 +286,8 @@ static int read_symbols(struct elf *elf)
> }
> sym->alias = alias;
> list_add(&sym->list, entry);
> - hash_add(sym->sec->symbol_hash, &sym->hash, sym->idx);
> +
> + hash_add(elf->symbol_hash, &sym->hash, sym->idx);

Unnecessary added whitespace.

--
Josh

\
 
 \ /
  Last update: 2020-03-15 17:12    [W:0.214 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site