-
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.
yaml --- r: 163607 b: refs/heads/master c: ffa818b h: refs/heads/master i: 163605: 0b98419 163603: b7b5a08 163599: 777df07 v: v3
- Loading branch information
Chen Liqin
committed
Aug 30, 2009
1 parent
fa9ea57
commit 5084272
Showing
10 changed files
with
473 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d8aa899bb27ad7879ab9e621365e04ada2745a65 | ||
refs/heads/master: ffa818b4b099f65b6cb74750bdb979061716e020 |
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.