summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include
diff options
context:
space:
mode:
authorLey Foon Tan <lftan@altera.com>2016-08-25 16:11:59 +0800
committerLey Foon Tan <lftan@altera.com>2016-10-06 18:19:16 +0800
commit476080a79367b950cb860ccf8a3a53fd24f6cccc (patch)
treee2fcb36662977631ccf9c40cd0eb33f39df7780e /arch/nios2/include
parentc8d2bc9bc39ebea8437fd974fdbc21847bb897a3 (diff)
downloadop-kernel-dev-476080a79367b950cb860ccf8a3a53fd24f6cccc.zip
op-kernel-dev-476080a79367b950cb860ccf8a3a53fd24f6cccc.tar.gz
nios2: use of_property_read_bool
Use of_property_read_bool instead of open-coding it as fpcu_has. Convert the members of struct cpuinfo from u32 to bool accordingly as they are only used as boolean anyhow. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2/include')
-rw-r--r--arch/nios2/include/asm/cpuinfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/nios2/include/asm/cpuinfo.h b/arch/nios2/include/asm/cpuinfo.h
index e88fcae..348bb22 100644
--- a/arch/nios2/include/asm/cpuinfo.h
+++ b/arch/nios2/include/asm/cpuinfo.h
@@ -25,10 +25,10 @@ struct cpuinfo {
/* Core CPU configuration */
char cpu_impl[12];
u32 cpu_clock_freq;
- u32 mmu;
- u32 has_div;
- u32 has_mul;
- u32 has_mulx;
+ bool mmu;
+ bool has_div;
+ bool has_mul;
+ bool has_mulx;
/* CPU caches */
u32 icache_line_size;
OpenPOWER on IntegriCloud