Skip to content

Commit

Permalink
x86: common.c declare idle_regs before they get used
Browse files Browse the repository at this point in the history
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Jul 22, 2008
1 parent 1c6c727 commit 8fd329a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ static inline int hlt_works(int cpu)

extern void cpu_detect(struct cpuinfo_x86 *c);

extern struct pt_regs *idle_regs(struct pt_regs *);

extern void early_cpu_init(void);
extern void identify_boot_cpu(void);
extern void identify_secondary_cpu(struct cpuinfo_x86 *);
Expand Down

0 comments on commit 8fd329a

Please sign in to comment.