Skip to content

Commit

Permalink
[PATCH] mce section fix
Browse files Browse the repository at this point in the history
mce_disabled cannot be __initdata - we access it during APM resume.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 31, 2006
1 parent 31925c8 commit a5ca63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/kernel/cpu/mcheck/mce.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ void winchip_mcheck_init(struct cpuinfo_x86 *c);
/* Call the installed machine check handler for this CPU setup. */
extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);

extern int mce_disabled __initdata;
extern int mce_disabled;
extern int nr_mce_banks;

0 comments on commit a5ca63c

Please sign in to comment.