x86/mm/tlb: Remove unnecessary uses of the inline keyword
authorNadav Amit <namit@vmware.com>
Sat, 20 Feb 2021 23:17:11 +0000 (15:17 -0800)
committerIngo Molnar <mingo@kernel.org>
Sat, 6 Mar 2021 11:59:10 +0000 (12:59 +0100)
commit1608e4cf31b88c8c448ce13aa1d77969dda6bdb7
tree2b49b20cf949d4c2f853cc04adf4285ba0a510ff
parent291c4011dd7ac0cd0cebb727a75ee5a50d16dcf7
x86/mm/tlb: Remove unnecessary uses of the inline keyword

The compiler is smart enough without these hints.

Suggested-by: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Nadav Amit <namit@vmware.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/r/20210220231712.2475218-9-namit@vmware.com
arch/x86/mm/tlb.c