Messages in this thread |  | | Date | Fri, 20 Feb 2009 17:17:09 +0100 | | From | Ingo Molnar <> | | Subject | Re: [Announce] 2.6.29-rc4-rt2 |
| |
* Thomas Meyer <thomas@m3y3r.de> wrote:
> With above patch I get a lot of warnings in > > lib/scatterlist.c:395 sg_miter_stop+0x5a/0xa4(). > > Like: > [ 34.946650] ------------[ cut here ]------------ > [ 34.946653] WARNING: at lib/scatterlist.c:395 sg_miter_stop+0x5a/0xa4()
could you edit lib/scatterlist.c line 395 and remove this line:
WARN_ON(!irqs_disabled());
?
Ingo
|  |