x86: Simplify one-level sysctl registration for abi_table2
authorLuis Chamberlain <mcgrof@kernel.org>
Fri, 10 Mar 2023 23:32:47 +0000 (15:32 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 22 Mar 2023 18:47:21 +0000 (11:47 -0700)
commit3f6cc47f5eb40d96ce8cf443282a2c29fd629a76
tree82449ee5da895b52db0bbffd9dfa7f6a60560c7c
parentb72d6965eeac4503445ab64bc0aede4934e0a7a6
x86: Simplify one-level sysctl registration for abi_table2

There is no need to declare an extra tables to just create directory,
this can be easily be done with a prefix path with register_sysctl().

Simplify this registration.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20230310233248.3965389-2-mcgrof%40kernel.org
arch/x86/entry/vdso/vdso32-setup.c