diff options
author | Michal Simek | 2010-04-16 09:50:13 +0200 |
---|---|---|
committer | Michal Simek | 2010-08-04 10:22:35 +0200 |
commit | 6f34b08f58f5097bb408e188e09cda75e61ee513 (patch) | |
tree | 141296e498aeffcf9f3fda777c93a7dc84dae8f5 /arch/microblaze/include/asm/setup.h | |
parent | microblaze: Add stack unwinder (diff) | |
download | kernel-qcow2-linux-6f34b08f58f5097bb408e188e09cda75e61ee513.tar.gz kernel-qcow2-linux-6f34b08f58f5097bb408e188e09cda75e61ee513.tar.xz kernel-qcow2-linux-6f34b08f58f5097bb408e188e09cda75e61ee513.zip |
microblaze: Improve ftrace time measuring
I had to comment sched_clock generic function because of broken toolchain.
It is fine grain timing.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/setup.h')
-rw-r--r-- | arch/microblaze/include/asm/setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h index 7f31394985e0..782b5c89248e 100644 --- a/arch/microblaze/include/asm/setup.h +++ b/arch/microblaze/include/asm/setup.h @@ -28,8 +28,6 @@ void disable_early_printk(void); void heartbeat(void); void setup_heartbeat(void); -unsigned long long sched_clock(void); - # ifdef CONFIG_MMU extern void mmu_reset(void); extern void early_console_reg_tlb_alloc(unsigned int addr); |