summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/cpuinfo.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-10-07 07:39:21 (GMT)
committerMichal Simek <monstr@monstr.eu>2010-10-21 05:52:00 (GMT)
commitccea0e6e49e4db8ee7968c183ecddb3e399c5f54 (patch)
tree387e07bf5e4eed3628c7361cdd7129cc0a31f250 /arch/microblaze/include/asm/cpuinfo.h
parent02b08045a0306c38131c6d7155c4034a775d40b1 (diff)
downloadlinux-fsl-qoriq-ccea0e6e49e4db8ee7968c183ecddb3e399c5f54.tar.xz
microblaze: Support timer on AXI lite
New microblaze systems uses two buses. One for memories and flashes and the second for low-speed peripherals which can run on different CLK. This is the reason why the kernel is trying to read clock-frequency directly from node. If there is then the kernel will work with it. If not then cpu CLK is used. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/cpuinfo.h')
-rw-r--r--arch/microblaze/include/asm/cpuinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/cpuinfo.h b/arch/microblaze/include/asm/cpuinfo.h
index 7fab800..cd25753 100644
--- a/arch/microblaze/include/asm/cpuinfo.h
+++ b/arch/microblaze/include/asm/cpuinfo.h
@@ -77,7 +77,6 @@ struct cpuinfo {
u32 num_rd_brk;
u32 num_wr_brk;
u32 cpu_clock_freq; /* store real freq of cpu */
- u32 freq_div_hz; /* store freq/HZ */
/* FPGA family */
u32 fpga_family_code;