Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127039
b: refs/heads/master
c: bda07aa
h: refs/heads/master
i:
  127037: c7a214a
  127035: bcf22d4
  127031: fca3a40
  127023: 27dcb7f
  127007: 1430dd0
  126975: 5a59775
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 1982350 commit 47257d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8c1b3909c7e557f98e621d3ad8711303b776654
refs/heads/master: bda07aac9db0d5eb2d6fbe83b99e070b58820dcf
6 changes: 5 additions & 1 deletion trunk/arch/blackfin/kernel/fixed_code.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
* BF561 SMP).
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <linux/unistd.h>
#include <asm/entry.h>

.text
__INIT

ENTRY(_fixed_code_start)

.align 16
Expand Down Expand Up @@ -144,3 +146,5 @@ ENTRY(_safe_user_instruction)
ENDPROC(_safe_user_instruction)

ENTRY(_fixed_code_end)

__FINIT

0 comments on commit 47257d9

Please sign in to comment.