Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43485
b: refs/heads/master
c: 6b8bd3f
h: refs/heads/master
i:
  43483: d1b9b8c
v: v3
  • Loading branch information
Hirokazu Takata authored and Linus Torvalds committed Dec 8, 2006
1 parent e1e0885 commit 80f0497
Show file tree
Hide file tree
Showing 3 changed files with 3 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: f894cb5c938de467e208e5934c90cb9deee7dc46
refs/heads/master: 6b8bd3f4b2e9d0fbfd0e7d75ba1cdc79c6876ecc
2 changes: 0 additions & 2 deletions trunk/arch/m32r/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,6 @@ ENTRY(ace_handler)
beqz r1, inst
oprand:
ld r2, @(low(MDEVA_offset),r2) ; set address
srli r2, #12
slli r2, #12
srli r1, #1
bra 1f
inst:
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/m32r/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code,
goto good_area;
if (!(vma->vm_flags & VM_GROWSDOWN))
goto bad_area;
#if 0

if (error_code & ACE_USERMODE) {
/*
* accessing the stack below "spu" is always a bug.
Expand All @@ -184,7 +184,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long error_code,
if (address + 4 < regs->spu)
goto bad_area;
}
#endif

if (expand_stack(vma, address))
goto bad_area;
/*
Expand Down

0 comments on commit 80f0497

Please sign in to comment.