Rev 1313 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1313 | Rev 1323 | ||
---|---|---|---|
Line 99... | Line 99... | ||
99 | continue; |
99 | continue; |
100 | #ifdef CONFIG_FB |
100 | #ifdef CONFIG_FB |
101 | if (sl == &fb_lock) |
101 | if (sl == &fb_lock) |
102 | continue; |
102 | continue; |
103 | #endif |
103 | #endif |
104 | if (i++ > 300000) { |
104 | if (i++ > 10000000) { |
105 | printf("cpu%d: looping on spinlock %.*p:%s, caller=%.*p", |
105 | printf("cpu%d: looping on spinlock %.*p:%s, caller=%.*p", |
106 | CPU->id, sizeof(__address) * 2, sl, sl->name, sizeof(__address) * 2, CALLER); |
106 | CPU->id, sizeof(__address) * 2, sl, sl->name, sizeof(__address) * 2, CALLER); |
107 | symbol = get_symtab_entry(CALLER); |
107 | symbol = get_symtab_entry(CALLER); |
108 | if (symbol) |
108 | if (symbol) |
109 | printf("(%s)", symbol); |
109 | printf("(%s)", symbol); |