Skip to content

Commit

Permalink
x86: move tsc related declarations
Browse files Browse the repository at this point in the history
tsc has also it's own header file. Nuke the stupid 64 bit ifdef
while at it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 40fec50 commit 80ca9c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions include/asm-x86/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ extern void check_efer(void);
extern unsigned long table_start, table_end;

extern int exception_trace;
extern unsigned cpu_khz;
extern unsigned tsc_khz;

extern int reboot_force;
extern int notsc_setup(char *);

extern int gsi_irq_sharing(int gsi);

Expand Down
3 changes: 1 addition & 2 deletions include/asm-x86/tsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ int check_tsc_unstable(void);
extern void check_tsc_sync_source(int cpu);
extern void check_tsc_sync_target(void);

#ifdef CONFIG_X86_64
extern void tsc_calibrate(void);
#endif
extern int notsc_setup(char *);

#endif

0 comments on commit 80ca9c9

Please sign in to comment.