aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-28 09:59:02 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-28 09:59:02 +0000
commit0f31ccb0b0a76112ca6d0d3e010d43b04aca5f00 (patch)
treef08b2122df05a56fc86fe184e97e7100805a98ce /kernel
parent302131b55d1f922fe73b238202795a4cd4537ad3 (diff)
clean-old-timer-debug.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/timer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 8822ce31551..cfd3055b77c 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -813,11 +813,6 @@ static int cascade(struct tvec_base *base, struct tvec *tv, int index)
* don't have to detach them individually.
*/
list_for_each_entry_safe(timer, tmp, &tv_list, entry) {
- if (tbase_get_base(timer->base) != base) {
- printk(KERN_ERR "cascade: timer %p: tbase_get_base(timer->base) 0x%x "
- "!= base 0x%x\n", timer, tbase_get_base(timer->base), base);
- BUG_ON(1);
- }
internal_add_timer(base, timer);
}