diff options
author | Michal Simek <monstr@monstr.eu> | 2010-10-07 17:39:21 +1000 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 15:52:00 +1000 |
commit | ccea0e6e49e4db8ee7968c183ecddb3e399c5f54 (patch) | |
tree | 387e07bf5e4eed3628c7361cdd7129cc0a31f250 /arch/microblaze/include/asm/cpuinfo.h | |
parent | 02b08045a0306c38131c6d7155c4034a775d40b1 (diff) | |
download | blackbird-obmc-linux-ccea0e6e49e4db8ee7968c183ecddb3e399c5f54.tar.gz blackbird-obmc-linux-ccea0e6e49e4db8ee7968c183ecddb3e399c5f54.zip |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/cpuinfo.h b/arch/microblaze/include/asm/cpuinfo.h index 7fab800496ae..cd257537ae54 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; |