summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-02-20 11:30:19 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2016-04-11 10:20:30 -0700
commit8b15010b1fc6a0da76db0b5d96d12ffe69990dbe (patch)
tree7a3b8333d5e008e4d9b64f8a1267f15809b81f0f /arch/arc/include/asm
parent9dbdc6ebd4db60effebefcf8d541cf598712e3b7 (diff)
arc: get rid of running_on_hw
ISS is obsolete now and nSIM is used for simulation instead. In its turn nSIM properly handles baud-rate settings so get rid of now useless check. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm')
-rw-r--r--arch/arc/include/asm/global_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/global_data.h b/arch/arc/include/asm/global_data.h
index d644e80586..e25b966feb 100644
--- a/arch/arc/include/asm/global_data.h
+++ b/arch/arc/include/asm/global_data.h
@@ -9,7 +9,6 @@
/* Architecture-specific global data */
struct arch_global_data {
- int running_on_hw;
};
#include <asm-generic/global_data.h>