jacklsw has quit [Read error: Connection reset by peer]
vagrantc has joined #riscv
billchenchina has joined #riscv
bauruine has joined #riscv
vagrantc has quit [Quit: leaving]
BootLayer has joined #riscv
junaid_ has joined #riscv
bauruine has quit [Ping timeout: 265 seconds]
davidlt has quit [Ping timeout: 260 seconds]
bauruine has joined #riscv
dor has quit [Ping timeout: 264 seconds]
BootLayer has quit [Quit: Leaving]
junaid_ has quit [Remote host closed the connection]
junaid_ has joined #riscv
BootLayer has joined #riscv
aburgess has quit [Ping timeout: 268 seconds]
jacklsw has joined #riscv
<conchuod>
Sorry smael, I fell asleep
<conchuod>
I dont have enough source to recompile it unfortunately
<conchuod>
But apparently it does run even if thr hart count is wrong
potash has quit [Excess Flood]
potash has joined #riscv
jamtorus has joined #riscv
jamtorus2 has joined #riscv
wartzilla has joined #riscv
jellydonut has quit [Ping timeout: 264 seconds]
jamtorus has quit [Ping timeout: 265 seconds]
jamtorus2 has quit [Ping timeout: 268 seconds]
jacklsw has quit [Quit: Back to the real life]
jmdaemon has quit [Ping timeout: 264 seconds]
dor has joined #riscv
jjido has joined #riscv
jjido has quit [Ping timeout: 264 seconds]
<conchuod>
smaeul: Aye, sbi timer is not working on the d1 either with C3STOP enabled lol
<smaeul>
what do you mean by not working?
<conchuod>
The exact same stuff that I see on fu540/fu740/mpfs where clock_nanosleep() is locked to integer multiples of a jiffy. So with HZ=250, a timer set for 5 ms returns after 8 etc
<smaeul>
ah, ok
<conchuod>
breakfast & then I'll reply to the thread with something more fleshed out :)
FL4SHK has quit [Ping timeout: 246 seconds]
junaid_ has quit [Remote host closed the connection]
<smaeul>
conchuod: so this whole time I thought the hrtimer broadcast clockevent was available. turns out it relies on being registered by arch code. try applying 9358d755bd5cba8965ea79f2a446e689323409f9 to arch/riscv/kernel/time.c and see if that helps
FL4SHK has joined #riscv
<smaeul>
or its copy/paste 022eb8ae8b5ee8c5c813923c69b5ebb1e9612c4c ;)
mz___ has joined #riscv
<smaeul>
with that change, usleep(100) does the right thing in both SMP and UP configs
<smaeul>
I really should have made the connection that jiffy-accurate timeouts == broken oneshot earlier...
pecastro has joined #riscv
___nick___ has joined #riscv
<conchuod>
You want me to make a patch for that or will you?