Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3942
b: refs/heads/master
c: aaaa3f9
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Jun 29, 2005
1 parent 1d70704 commit befe04d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9ec3c75cdeb57fa3c12a813c63706ece7fb63648
refs/heads/master: aaaa3f9e51245be3215ff67bb3c7aaf5abb82f00
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ void cpu_init(void)
"I" (offsetof(struct stack, abt[0])),
"I" (PSR_F_BIT | PSR_I_BIT | UND_MODE),
"I" (offsetof(struct stack, und[0])),
"I" (PSR_F_BIT | PSR_I_BIT | SVC_MODE));
"I" (PSR_F_BIT | PSR_I_BIT | SVC_MODE)
: "r14");
}

static struct machine_desc * __init setup_machine(unsigned int nr)
Expand Down

0 comments on commit befe04d

Please sign in to comment.