diff options
author | Kacheong Poon <Kacheong.Poon@Sun.COM> | 2010-08-10 19:37:15 -0700 |
---|---|---|
committer | Kacheong Poon <Kacheong.Poon@Sun.COM> | 2010-08-10 19:37:15 -0700 |
commit | e8315de7ff803feff73210777ffff75896d69f30 (patch) | |
tree | b6f52346679a4093eb17e6e59c40dcf325d898ce /usr/src | |
parent | bcd7c29b6d7f02723d1e5998374ebb854a9c64f2 (diff) | |
download | illumos-gate-e8315de7ff803feff73210777ffff75896d69f30.tar.gz |
6975642 Dell Dimension 8250 systems randomly panic when fast rebooted in snv_146
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/ip/ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ip/ip.c b/usr/src/uts/common/inet/ip/ip.c index 3f18bf4d7e..4399164c1e 100644 --- a/usr/src/uts/common/inet/ip/ip.c +++ b/usr/src/uts/common/inet/ip/ip.c @@ -15163,13 +15163,13 @@ ip_tp_cpu_update(cpu_setup_t what, int id, void *arg) netstack_t *ns; ASSERT(MUTEX_HELD(&cpu_lock)); - cpu_seqid = cpu[id]->cpu_seqid; switch (what) { case CPU_CONFIG: case CPU_ON: case CPU_INIT: case CPU_CPUPART_IN: + cpu_seqid = cpu[id]->cpu_seqid; netstack_next_init(&nh); while ((ns = netstack_next(&nh)) != NULL) { tcp_stack_cpu_add(ns->netstack_tcp, cpu_seqid); |