Commit 44569f92 authored by Russell King's avatar Russell King

[ARM] Fix silent build error caused by undefined symbol.

Current binutils silently ignores certain undefined symbols; this
cset fixes one such instance.
parent e0abb6dd
......@@ -108,8 +108,8 @@ extern void free_thread_info(struct thread_info *);
#define TI_CPU 20
#define TI_CPU_DOMAIN 24
#define TI_CPU_SAVE 28
#define TI_USED_MATH 76
#define TI_FPSTATE (TI_USED_MATH+16)
#define TI_USED_CP 76
#define TI_FPSTATE (TI_USED_CP+16)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment