OSDN Git Service

ARC: Fix detection of dual-issue enabled
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 23 Nov 2017 10:21:55 +0000 (13:21 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 29 Nov 2017 02:12:07 +0000 (18:12 -0800)
commit329b4130bc5eb2a1b123a652b985dbdb08d6b9a8
tree6d494ede0ab6c6c6874666a209f356acde85d7bd
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ARC: Fix detection of dual-issue enabled

As per PRM bit #0 ("D") in EXEC_CTRL enables dual-issue if set to 0,
otherwise if set to 1 all instructions are executed one at a time,
i.e. dual-issue is disabled.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c