aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorRusty Russell <[email protected]>2009-04-21 16:00:15 +0930
committerIngo Molnar <[email protected]>2009-04-21 10:09:49 +0200
commit2f537a9f8e82f55c241b002c8cfbf34303b45ada (patch)
tree121f8b9a4053c8316b7e4bcc52c78b257c768c9b /net/lapb/lapb_timer.c
parent06c38d5e36b12d040839ff224e805146c0368556 (diff)
x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APIC
fcef8576d8a64fc603e719c97d423f9f6d4e0e8b converted backtrace_mask to a cpumask_var_t, and assumed check_nmi_watchdog was called before nmi_watchdog_tick was ever called. Steven's oops shows I was wrong. This is something of a bandaid: I'm not sure we *should* be calling nmi_watchdog_tick before check_nmi_watchdog. Note that gcc eliminates this test for the CONFIG_CPUMASK_OFFSTACK=n case. [ Impact: fix boot crash in rare configs ] Reported-by: Steven Rostedt <[email protected]> Signed-off-by: Rusty Russell <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions