diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-04-16 19:49:12 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-22 14:06:54 +0530 |
commit | 10d11e580c50f8a6718a58f92198dbc031e63b0a (patch) | |
tree | 4ba4ab277c82b765c6d8a986859b3b4f732da12f /arch/arc/include | |
parent | 5793e273a134331d05ed904e5be3b31ccfca54c1 (diff) | |
download | blackbird-op-linux-10d11e580c50f8a6718a58f92198dbc031e63b0a.tar.gz blackbird-op-linux-10d11e580c50f8a6718a58f92198dbc031e63b0a.zip |
ARC: uncached base is hard constant for ARC, don't save it
ioremap already uses the hard define, just make sure BCR value matches
that
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/arcregs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/arcregs.h b/arch/arc/include/asm/arcregs.h index 3ab66fcd9df1..336a9f694c2e 100644 --- a/arch/arc/include/asm/arcregs.h +++ b/arch/arc/include/asm/arcregs.h @@ -320,7 +320,6 @@ struct cpuinfo_arc { struct bcr_isa isa; struct bcr_timer timers; unsigned int vec_base; - unsigned int uncached_base; struct cpuinfo_arc_ccm iccm, dccm; struct { unsigned int swap:1, norm:1, minmax:1, barrel:1, crc:1, pad1:3, |