compat: Make compat helpers independent of CONFIG_COMPAT
authorDeepa Dinamani <deepa.kernel@gmail.com>
Wed, 14 Mar 2018 04:03:24 +0000 (21:03 -0700)
committerArnd Bergmann <arnd@arndb.de>
Thu, 19 Apr 2018 11:28:04 +0000 (13:28 +0200)
commit5055c67760df8e13c68f73b8534d5792d1d36543
tree65b0670c18b7e257a481d659e97ebecaea6c5f30
parent60cc43fc888428bb2f18f08997432d426a243338
compat: Make compat helpers independent of CONFIG_COMPAT

Many of the compat time syscalls are also repurposed as 32 bit
native syscalls to provide backward compatibility while adding
new y2038 safe sycalls.
Enabling the helpers makes this possible.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/compat.h