diff options
| author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 12:30:16 +0800 |
|---|---|---|
| committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 12:30:16 +0800 |
| commit | ffa818b4b099f65b6cb74750bdb979061716e020 (patch) | |
| tree | 2bb6917efd2590e02ffebd12356a990616414262 /arch/score/include/asm/linkage.h | |
| parent | score: remove unused code, add include files in .c (diff) | |
| download | linux-ffa818b4b099f65b6cb74750bdb979061716e020.tar.gz linux-ffa818b4b099f65b6cb74750bdb979061716e020.zip | |
score: update inconsistent declare after .c was changed
Diffstat (limited to 'arch/score/include/asm/linkage.h')
| -rw-r--r-- | arch/score/include/asm/linkage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/score/include/asm/linkage.h b/arch/score/include/asm/linkage.h index 2580fbbfe946..2323a8ecf445 100644 --- a/arch/score/include/asm/linkage.h +++ b/arch/score/include/asm/linkage.h @@ -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 */ |
