mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 22:40:55 +07:00
53ae341926
o declare variables from cpu_*.c o declare function from cpu_32.c To do this introduce a new header "kernel.h" which is local to kernel/ Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
147 B
C
9 lines
147 B
C
/* cpu.c */
|
|
extern const char *sparc_cpu_type;
|
|
extern const char *sparc_fpu_type;
|
|
|
|
extern unsigned int fsr_storage;
|
|
|
|
extern void cpu_probe(void);
|
|
|