Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72304
b: refs/heads/master
c: 67f18f3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Ohmasa authored and Russell King committed Oct 20, 2007
1 parent d2b217e commit 6e67856
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0825c672599bedbb423ef26f3cdd0c5a014da149
refs/heads/master: 67f18f34583c9dda0dbcd4088df9070926f7e611
2 changes: 1 addition & 1 deletion trunk/arch/arm/vfp/vfpmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void VFP9_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs)
/*
* Enable access to the VFP so we can handle the bounce.
*/
fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_INV|FPEXC_UFC|FPEXC_IOC));
fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_FPV2|FPEXC_INV|FPEXC_UFC|FPEXC_OFC|FPEXC_IOC));

orig_fpscr = fpscr = fmrx(FPSCR);

Expand Down

0 comments on commit 6e67856

Please sign in to comment.