diff options
author | Andi Kleen <[email protected]> | 2008-08-19 03:13:38 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-08-20 16:18:31 +0200 |
commit | 80a8c9fffa78f57d7d4351af2f15a56386805ceb (patch) | |
tree | 22b1e5fdeda17271b94ffac2c6abc7ff8728082d /net/lapb/lapb_subr.c | |
parent | 99dd8713306a89f3e106143581244e550e00a644 (diff) |
x86: fix oprofile + hibernation badness
Vegard Nossum reported oprofile + hibernation problems:
> Now some warnings:
>
> ------------[ cut here ]------------
> WARNING: at /uio/arkimedes/s29/vegardno/git-working/linux-2.6/kernel/smp.c:328 s
> mp_call_function_mask+0x194/0x1a0()
The usual problem: the suspend function when interrupts are
already disabled calls smp_call_function which is not allowed with
interrupt off. But at this point all the other CPUs should be already
down anyways, so it should be enough to just drop that.
This patch should fix that problem at least by fixing cpu hotplug&
suspend support.
[ [email protected]: fixed 5 coding style errors. ]
Signed-off-by: Andi Kleen <[email protected]>
Tested-by: Vegard Nossum <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions