aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/arcregs.h
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-06-27 15:49:47 +0530
committerVineet Gupta <vgupta@synopsys.com>2014-07-23 11:22:10 +0530
commitda40ff48bda631b2530e561d5cc0663baae8d7de (patch)
tree9cfb7f231b1fd6d1cf0e62d91ed92a49564ca727 /arch/arc/include/asm/arcregs.h
parentARC: [intc] mask/unmask can be hidden again (diff)
downloadlinux-dev-da40ff48bda631b2530e561d5cc0663baae8d7de.tar.xz
linux-dev-da40ff48bda631b2530e561d5cc0663baae8d7de.zip
ARC: cache boot reporting updates
* print aliasing or not, VIPT/PIPT etc * compress param storage using bitfields * more use of IS_ENABLED to de-uglify code Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/arcregs.h')
-rw-r--r--arch/arc/include/asm/arcregs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/arcregs.h b/arch/arc/include/asm/arcregs.h
index 355cb470c2a4..372466b371bf 100644
--- a/arch/arc/include/asm/arcregs.h
+++ b/arch/arc/include/asm/arcregs.h
@@ -296,7 +296,7 @@ struct cpuinfo_arc_mmu {
};
struct cpuinfo_arc_cache {
- unsigned int sz, line_len, assoc, ver;
+ unsigned int sz_k:8, line_len:8, assoc:4, ver:4, alias:1, vipt:1, pad:6;
};
struct cpuinfo_arc_ccm {