commit | 79435ac78d160e4c245544d457850a56f805ac0d | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Fri Dec 08 08:26:58 2017 -0800 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Dec 20 12:41:46 2017 -0800 |
tree | 9416b54b5a0d1c71b1cc1140c28f98f79ea0a417 | |
parent | d7de73b586b2db540187ff8a077330fa1a8efd64 [diff] |
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>