Daanct12 has quit [Remote host closed the connection]
Danct12 has quit [Ping timeout: 246 seconds]
Daanct12 has joined #maemo-leste
enyc has quit [Ping timeout: 240 seconds]
ikmaak has quit [Ping timeout: 245 seconds]
ikmaak has joined #maemo-leste
ikmaak has quit [Ping timeout: 246 seconds]
ikmaak has joined #maemo-leste
ikmaak has quit [Read error: Connection reset by peer]
ikmaak has joined #maemo-leste
enyc has joined #maemo-leste
enyc has quit [Ping timeout: 252 seconds]
enyc has joined #maemo-leste
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #maemo-leste
macros_ has quit [Ping timeout: 246 seconds]
jessicant has quit [Server closed connection]
jessicant has joined #maemo-leste
macros_ has joined #maemo-leste
xmn has joined #maemo-leste
joerg has quit [Ping timeout: 246 seconds]
joerg has joined #maemo-leste
Twig has joined #maemo-leste
fab has joined #maemo-leste
xmn has quit [Ping timeout: 240 seconds]
xray256 has quit [Server closed connection]
xray256 has joined #maemo-leste
humpelstilzchen[ has quit [Server closed connection]
humpelstilzchen[ has joined #maemo-leste
fab has quit [Quit: fab]
ceene has joined #maemo-leste
ceene has quit [Ping timeout: 264 seconds]
Twig has quit [Remote host closed the connection]
fab has joined #maemo-leste
<sicelo>
tmlind: freemangordon: remember the l3 interrupt issue i posted a couple of weeks ago? https://paste.debian.net/1284876/ for ease of reference
<sicelo>
and fmg asked if it could be possible to find address or device that's at fault ... TRM seems to suggest it's possible even on OMAP3, see page 643, 5.2.4.3
<sicelo>
yes, thanks. that's what i was going to try next :-)
<sicelo>
i was yet to see what the __ffs does (line 184) so i can know if line 186 will contain the correct address
xmn has joined #maemo-leste
<sicelo>
freemangordon: so with our timeout error, `int_type` will be 0, and err_source will be 19. looks good. what i can't grok yet is how `base` will be evaluated on line 186. it appears to expect omap3_l3_bases to be a multidimensional array, something like omap3_l3_bases[0][19] in our case.
<sicelo>
ah ... sorry i get it now. always good to ask :P
<sicelo>
so `bases` will be calculated correctly ... i'll make the change soon