]> git.hungrycats.org Git - linux/commit
[PATCH] Fix random crashes in x86-64 swsusp
authorPavel Machek <pavel@suse.cz>
Fri, 8 Oct 2004 00:33:14 +0000 (17:33 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Oct 2004 00:33:14 +0000 (17:33 -0700)
commitd2d84cea3aa8da883043aaef3feace62b5b9af2b
treef5a28d6a9e784bf4c22b35e9269fe4bacf0e290e
parent3c0d73d268b8a614a7bc5b5470dc88aea0612afe
[PATCH] Fix random crashes in x86-64 swsusp

fix_processor_context was calling functions marked __init on x86-64;
bad idea.

Thanks to Rafael for keeping notifying me about this bug.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/ia32/syscall32.c
arch/x86_64/kernel/setup64.c