diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-09-10 07:08:10 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 11:16:17 +0200 |
commit | 435abb6daf310b4c1d681097887ea7239c310732 (patch) | |
tree | 764863e7c06fcdf8f1e917b5ce55c7ec3dcc4176 /arch/arc/kernel/setup.c | |
parent | ARC: Update comments about uncached address space (diff) | |
download | linux-435abb6daf310b4c1d681097887ea7239c310732.tar.xz linux-435abb6daf310b4c1d681097887ea7239c310732.zip |
ARC: RIP @running_on_hw
* No active users of this flag anymore
* flag itself was no longer usable with new simualtor which acts just like
hardware, not providing the special chip-id = 0xffff which good old
ISS used to do.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/setup.c')
-rw-r--r-- | arch/arc/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index 686e3fae4420..8fccf0328ad0 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c @@ -30,8 +30,6 @@ #define FIX_PTR(x) __asm__ __volatile__(";" : "+r"(x)) -int running_on_hw = 1; /* vs. on ISS */ - /* Part of U-boot ABI: see head.S */ int __initdata uboot_tag; char __initdata *uboot_arg; |