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
|
||||
|
||||
|
||||
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 assign_processor_id(void);
|
||||
void arch_delay(int);
|
||||
|
||||
@ -46,6 +46,8 @@ struct x86_cpu_local_variables {
|
||||
} __attribute__((packed));
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user