Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198551
b: refs/heads/master
c: 830703c
h: refs/heads/master
i:
  198549: b32ec85
  198547: a6d6797
  198543: 429f6e7
v: v3
  • Loading branch information
Alexander Shishkin authored and Russell King committed May 24, 2010
1 parent e064930 commit 8b8aa6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: becba8a3589fdbc364b6dc09e90f54e4d459d4cd
refs/heads/master: 830703c766ed49bc740321df55a11d19154f95d5
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* http://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html
*/

#ifndef __CHECKER__
#if !defined (__ARM_EABI__)
#warning Your compiler does not have EABI support.
#warning ARM unwind is known to compile only with EABI compilers.
Expand All @@ -34,6 +35,7 @@
#warning Your compiler is too buggy; it is known to not compile ARM unwind support.
#warning Change compiler or disable ARM_UNWIND option.
#endif
#endif /* __CHECKER__ */

#include <linux/kernel.h>
#include <linux/init.h>
Expand Down

0 comments on commit 8b8aa6d

Please sign in to comment.