We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a9aa commit be6a037Copy full SHA for be6a037
arch/um/include/asm/processor-generic.h
@@ -81,8 +81,6 @@ struct cpuinfo_um {
81
82
extern struct cpuinfo_um boot_cpu_data;
83
84
-#define cpu_data(cpu) boot_cpu_data
85
-#define current_cpu_data boot_cpu_data
86
#define cache_line_size() (boot_cpu_data.cache_alignment)
87
88
#define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
0 commit comments