ARC: uaccess: dont use "l" gcc inline asm constraint modifier
authorVineet Gupta <vgupta@synopsys.com>
Fri, 8 Dec 2017 16:26:58 +0000 (08:26 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 20 Dec 2017 20:41:46 +0000 (12:41 -0800)
commit79435ac78d160e4c245544d457850a56f805ac0d
tree9416b54b5a0d1c71b1cc1140c28f98f79ea0a417
parentd7de73b586b2db540187ff8a077330fa1a8efd64
ARC: uaccess: dont use "l" gcc inline asm constraint modifier

This used to setup the LP_COUNT register automatically, but now has been
removed.

There was an earlier fix 3c7c7a2fc8811 which fixed instance in delay.h but
somehow missed this one as gcc change had not made its way into
production toolchains and was not pedantic as it is now !

Cc: stable@vger.kernel.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/uaccess.h