|
@@ -36,7 +36,6 @@ typedef void (*smpfunc_t)(unsigned long, unsigned long, unsigned long,
|
|
|
unsigned long, unsigned long);
|
|
|
|
|
|
void cpu_panic(void);
|
|
|
-extern void smp4m_irq_rotate(int cpu);
|
|
|
|
|
|
/*
|
|
|
* General functions that each host system must provide.
|
|
@@ -106,9 +105,6 @@ extern int hard_smp_processor_id(void);
|
|
|
|
|
|
#define raw_smp_processor_id() (current_thread_info()->cpu)
|
|
|
|
|
|
-#define prof_multiplier(__cpu) cpu_data(__cpu).multiplier
|
|
|
-#define prof_counter(__cpu) cpu_data(__cpu).counter
|
|
|
-
|
|
|
void smp_setup_cpu_possible_map(void);
|
|
|
|
|
|
#endif /* !(__ASSEMBLY__) */
|