~didier-barvaux/rohc/main

Viewing all changes in revision 1212.

  • Committer: Didier Barvaux
  • Date: 2014-11-04 23:44:31 UTC
  • Revision ID: didier@barvaux.org-20141104234431-jpr3yct1zag805fe
Avoid using floating point arithmetic in Linux kernel on x86_64.

Using 1e9 or 1e3 instead of 1000000000UL and 1000UL causes the compiler to
use floating point arithmetic, and that's not allowed in kernel land...

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: