kbuild: alpha,x86_64 use generic asm-offsets.h support
Delete obsolete stuff from arch makefiles Rename .h file to asm-offsets.h Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
e6ae744dd2
commit
e2d5df935d
15 changed files with 13 additions and 34 deletions
|
|
@ -17,7 +17,7 @@ static inline struct task_struct *get_current(void)
|
|||
#else
|
||||
|
||||
#ifndef ASM_OFFSET_H
|
||||
#include <asm/offset.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#endif
|
||||
|
||||
#define GET_CURRENT(reg) movq %gs:(pda_pcurrent),reg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue