add prototypes to cpulocal.h
+struct x86_cpu_local_variables *get_x86_this_cpu_local(void); +void *get_x86_this_cpu_kstack(void);
This commit is contained in:
@@ -52,8 +52,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
struct x86_cpu_local_variables *get_x86_this_cpu_local(void);
|
|
||||||
void *get_x86_this_cpu_kstack(void);
|
|
||||||
void init_processors_local(int max_id);
|
void init_processors_local(int max_id);
|
||||||
void assign_processor_id(void);
|
void assign_processor_id(void);
|
||||||
void arch_delay(int);
|
void arch_delay(int);
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ struct x86_cpu_local_variables {
|
|||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
struct x86_cpu_local_variables *get_x86_cpu_local_variable(int id);
|
struct x86_cpu_local_variables *get_x86_cpu_local_variable(int id);
|
||||||
|
struct x86_cpu_local_variables *get_x86_this_cpu_local(void);
|
||||||
|
void *get_x86_this_cpu_kstack(void);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user