datapath: Fix undefined symbol "set_normalized_timespec"
authorJustin Pettit <jpettit@nicira.com>
Sat, 31 Jul 2010 23:05:20 +0000 (16:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 31 Jul 2010 23:24:29 +0000 (16:24 -0700)
The commit "datapath: Don't query time for every packet." (6bfafa55)
introduced the use of "set_normalized_timespec".  Unfortunately, older
kernels don't export the symbol.  This implements the function on those
older kernels.


No differences found