Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 483
b: refs/heads/master
c: acaca3c
h: refs/heads/master
i:
  481: dc8c9e1
  479: 823b230
v: v3
  • Loading branch information
Russell King committed Apr 26, 2005
1 parent 2ca480c commit 19bdeb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: e0f9f4a622cec66d09a5d9339f048877c665cec3
refs/heads/master: acaca3c91536491119e97d428c1da935f411cc9a
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/entry-armv.S
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ vector_\name:
@
mrs r13, cpsr
bic r13, r13, #MODE_MASK
orr r13, r13, #MODE_SVC
orr r13, r13, #SVC_MODE
msr spsr_cxsf, r13 @ switch to SVC_32 mode

and lr, lr, #15
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/arm/kernel/entry-header.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
#include <asm/arch/irqs.h>
#include <asm/arch/entry-macro.S>

#ifndef MODE_SVC
#define MODE_SVC 0x13
#endif

.macro zero_fp
#ifdef CONFIG_FRAME_POINTER
mov fp, #0
Expand Down

0 comments on commit 19bdeb1

Please sign in to comment.