-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
score: update inconsistent declare after .c was changed
- Loading branch information
Chen Liqin
committed
Aug 30, 2009
1 parent
d8aa899
commit ffa818b
Showing
9 changed files
with
472 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
#ifndef _ASM_SCORE_IRQ_REGS_H | ||
#define _ASM_SCORE_IRQ_REGS_H | ||
|
||
#include <asm-generic/irq_regs.h> | ||
#include <linux/thread_info.h> | ||
|
||
static inline struct pt_regs *get_irq_regs(void) | ||
{ | ||
return current_thread_info()->regs; | ||
} | ||
|
||
#endif /* _ASM_SCORE_IRQ_REGS_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
#ifndef _ASM_SCORE_LINKAGE_H | ||
#define _ASM_SCORE_LINKAGE_H | ||
|
||
#define __ALIGN .align 2 | ||
#define __ALIGN_STR ".align 2" | ||
|
||
#endif /* _ASM_SCORE_LINKAGE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.