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)
commit3aa77165af7d5acb18e79016ad8d741e35e1d45f
tree0ba870cb0d1a315b7fe185ac040bd69f2035bfb0
parentabdfe47476cc1a192e329f428b3740a3fae8390d
datapath: Fix undefined symbol "set_normalized_timespec"

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.
datapath/linux-2.6/Modules.mk
datapath/linux-2.6/compat-2.6/include/linux/time.h [new file with mode: 0644]