projects
/
profile
/
ivi
/
OpenAVB.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b940c
)
Fix physical address defn to resolve 32-bit kernel issue
author
intel-ethernet
<eric_mann@mail.intel.com>
Fri, 16 Nov 2012 17:32:55 +0000
(09:32 -0800)
committer
intel-ethernet
<eric_mann@mail.intel.com>
Fri, 16 Nov 2012 17:32:55 +0000
(09:32 -0800)
kmod/igb/igb.h
patch
|
blob
|
history
diff --git
a/kmod/igb/igb.h
b/kmod/igb/igb.h
index
a434b02
..
6826ba5
100644
(file)
--- a/
kmod/igb/igb.h
+++ b/
kmod/igb/igb.h
@@
-765,7
+765,7
@@
struct igb_pci_lookup {
/* used with both map/unmap ring & buf ioctls */
struct igb_buf_cmd {
-
dma_addr_t
physaddr;
+
u64
physaddr;
u32 queue;
u32 mmap_size;
};