search for: pci_dev_revision

Displaying 1 result from an estimated 1 matches for "pci_dev_revision".

2008 Mar 05
0
[PATCH 3/3] Backport skb_transport_header as a BUG.. Since kvm host side does not support GSO anyway the simplest/fastest thing is to backport the relative new skb_transport_header as BUG.
...wk +++ b/hack-module.awk @@ -113,6 +113,13 @@ need_endif_indent_brace = 1; } +/skb_transport_header/ { + print "#ifdef COMPAT_transport_header"; + print "BUG();"; + print "#else"; + need_endif = 1; +} + { sub(/\<pci_dev->revision\>/, "pci_dev_revision(pci_dev)") } { print } -- 1.5.4.1 --=-GX8nzkmESIKGfVphMk3E--