Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144247
b: refs/heads/master
c: df1f6d2
h: refs/heads/master
i:
  144245: 34ee7b9
  144243: 384fbe1
  144239: ea3e5f5
v: v3
  • Loading branch information
Tim Abbott authored and Linus Torvalds committed Apr 28, 2009
1 parent 226cf29 commit ba957cd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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: b2ad5e1e709e404dd637097411f1853d37926a6a
refs/heads/master: df1f6d200c1e20788184251c49f349b38d90889c
3 changes: 2 additions & 1 deletion trunk/arch/frv/kernel/head-mmu-fr451.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <asm/ptrace.h>
Expand All @@ -31,7 +32,7 @@
#define __400_LCR 0xfe000100
#define __400_LSBR 0xfe000c00

.section .text.init,"ax"
__INIT
.balign 4

###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/frv/kernel/head-uc-fr401.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <asm/ptrace.h>
Expand All @@ -30,7 +31,7 @@
#define __400_LCR 0xfe000100
#define __400_LSBR 0xfe000c00

.section .text.init,"ax"
__INIT
.balign 4

###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/frv/kernel/head-uc-fr451.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <asm/ptrace.h>
Expand All @@ -30,7 +31,7 @@
#define __400_LCR 0xfe000100
#define __400_LSBR 0xfe000c00

.section .text.init,"ax"
__INIT
.balign 4

###############################################################################
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/frv/kernel/head-uc-fr555.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* 2 of the License, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/threads.h>
#include <linux/linkage.h>
#include <asm/ptrace.h>
Expand All @@ -29,7 +30,7 @@
#define __551_LCR 0xfeff1100
#define __551_LSBR 0xfeff1c00

.section .text.init,"ax"
__INIT
.balign 4

###############################################################################
Expand Down

0 comments on commit ba957cd

Please sign in to comment.