summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2003-10-26 08:56:29 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2003-10-26 08:56:29 -0800
commitefe5ebcc317c7e734e5c7b5d3e217d18916aa12c (patch)
treed409bd6b96029ce05bb4eef35ead0cbd74a63040 /include
parent3d68e7880f9574388c4d6568a290c62352f8ae2a (diff)
[IPV6]: Do not virt_to_page() on stack addresses, fixes OOPS.
Diffstat (limited to 'include')
-rw-r--r--include/net/if_inet6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h
index 1cba818bc6e6..6dd6ebda5e6f 100644
--- a/include/net/if_inet6.h
+++ b/include/net/if_inet6.h
@@ -175,6 +175,8 @@ struct inet6_dev
u8 entropy[8];
struct timer_list regen_timer;
struct inet6_ifaddr *tempaddr_list;
+ __u8 work_eui64[8];
+ __u8 work_digest[16];
#endif
struct neigh_parms *nd_parms;