summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-03-23 19:58:12 +0000
committerrwatson <rwatson@FreeBSD.org>2006-03-23 19:58:12 +0000
commit925eb76ba3564d403af4210dfa40dde20fa1726c (patch)
tree6f34f4eb9a0cff3c695683b8d65c1cffe157709c /sys/netipx/ipx_pcb.h
parent2f76715fb3c6085157c269d3bc144859714ba8ee (diff)
downloadFreeBSD-src-925eb76ba3564d403af4210dfa40dde20fa1726c.zip
FreeBSD-src-925eb76ba3564d403af4210dfa40dde20fa1726c.tar.gz
Move spx_savesi from being a global variable to an automatically allocated
variable on the spx_input() stack. It's not very large, and this will avoid parallelism issues when spx_input() runs in more than one thread at a time. MFC after: 1 month
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
-rw-r--r--sys/netipx/ipx_pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index f65e133..e5de871 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -1,8 +1,8 @@
/*-
- * Copyright (c) 2004-2005 Robert N. M. Watson
- * Copyright (c) 1995, Mike Mitchell
* Copyright (c) 1984, 1985, 1986, 1987, 1993
* The Regents of the University of California. All rights reserved.
+ * Copyright (c) 1995, Mike Mitchell
+ * Copyright (c) 2004-2005 Robert N. M. Watson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
OpenPOWER on IntegriCloud