x86: move pmtmr related declarations
Move more stuff out of proto.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
80ca9c98f5
commit
70a2002563
|
@ -26,6 +26,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/ioport.h>
|
||||
#include <linux/clockchips.h>
|
||||
#include <linux/acpi_pmtmr.h>
|
||||
|
||||
#include <asm/atomic.h>
|
||||
#include <asm/smp.h>
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
#include <linux/time.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/cpumask.h>
|
||||
#include <linux/acpi_pmtmr.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/proto.h>
|
||||
#include <asm/msr.h>
|
||||
#include <asm/vsyscall.h>
|
||||
|
||||
#define ACPI_PM_MASK 0xFFFFFF /* limit it to 24 bits */
|
||||
|
||||
static inline u32 cyc2us(u32 cycles)
|
||||
{
|
||||
/* The Power Management Timer ticks at 3.579545 ticks per microsecond.
|
||||
|
|
|
@ -25,15 +25,6 @@ extern void ia32_sysenter_target(void);
|
|||
extern void config_acpi_tables(void);
|
||||
extern void ia32_syscall(void);
|
||||
|
||||
extern int pmtimer_mark_offset(void);
|
||||
extern void pmtimer_resume(void);
|
||||
extern void pmtimer_wait(unsigned);
|
||||
extern unsigned int do_gettimeoffset_pm(void);
|
||||
#ifdef CONFIG_X86_PM_TIMER
|
||||
extern u32 pmtmr_ioport;
|
||||
#else
|
||||
#define pmtmr_ioport 0
|
||||
#endif
|
||||
extern int nohpet;
|
||||
|
||||
extern void reserve_bootmem_generic(unsigned long phys, unsigned len);
|
||||
|
|
|
@ -25,6 +25,8 @@ static inline u32 acpi_pm_read_early(void)
|
|||
return acpi_pm_read_verified() & ACPI_PM_MASK;
|
||||
}
|
||||
|
||||
extern void pmtimer_wait(unsigned);
|
||||
|
||||
#else
|
||||
|
||||
static inline u32 acpi_pm_read_early(void)
|
||||
|
|
Loading…
Reference in New Issue