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>
This commit is contained in:
Alexey Brodkin
2016-02-20 11:30:19 +03:00
parent 9dbdc6ebd4
commit 8b15010b1f
3 changed files with 0 additions and 23 deletions

View File

@ -9,7 +9,6 @@
/* Architecture-specific global data */
struct arch_global_data {
int running_on_hw;
};
#include <asm-generic/global_data.h>