Attention is currently required from: laforge.
1 comment:
File ccid_common/cuart.c:
Patch Set #3, Line 87: if (deadline && jiffies >= deadline) {
what's the jiffies frequency? do we have to worry about it wrapping ever and hence jiffies could be […]
clocked at coreclock/1000=1ms as per libosmo_emb.c, so it wraps after 584 million years. yes yes, serial number arithmetic, but I'm somewhat confident that this is fine.
To view, visit change 42481. To unsubscribe, or for help writing mail filters, visit settings.