Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331489
b: refs/heads/master
c: a761ceb
h: refs/heads/master
i:
  331487: aff95ee
v: v3
  • Loading branch information
Russell King committed Sep 15, 2012
1 parent 9a8c770 commit 91b32f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a42c362980430be74b77ec8f374964f61062379f
refs/heads/master: a761cebfd7cbeaf9a3a0c6960508ca1daaebb67e
6 changes: 3 additions & 3 deletions trunk/arch/arm/mm/alignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ do_alignment_t32_to_handler(unsigned long *pinstr, struct pt_regs *regs,
unsigned long instr = *pinstr;
u16 tinst1 = (instr >> 16) & 0xffff;
u16 tinst2 = instr & 0xffff;
poffset->un = 0;

switch (tinst1 & 0xffe0) {
/* A6.3.5 Load/Store multiple */
Expand Down Expand Up @@ -854,9 +853,10 @@ do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
break;

case 0x08000000: /* ldm or stm, or thumb-2 32bit instruction */
if (thumb2_32b)
if (thumb2_32b) {
offset.un = 0;
handler = do_alignment_t32_to_handler(&instr, regs, &offset);
else
} else
handler = do_alignment_ldmstm;
break;

Expand Down

0 comments on commit 91b32f8

Please sign in to comment.