Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272093
b: refs/heads/master
c: 5b479a7
h: refs/heads/master
i:
  272091: 3acdfd7
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 30, 2011
1 parent deb715b commit 74851bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 638ad34a8811119b32247b7722288ef8b90907d1
refs/heads/master: 5b479a79bff752c6719463f093bdd191f4b837db
2 changes: 1 addition & 1 deletion trunk/arch/s390/include/asm/sfp-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ extern unsigned long __udiv_qrnnd (unsigned int *, unsigned int,

#define UDIV_NEEDS_NORMALIZATION 0

#define abort() return 0
#define abort() BUG()

#define __BYTE_ORDER __BIG_ENDIAN
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/sysinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ void s390_adjust_jiffies(void)
*/
FP_UNPACK_SP(SA, &fmil);
if ((info->capability >> 23) == 0)
FP_FROM_INT_S(SB, info->capability, 32, int);
FP_FROM_INT_S(SB, (long) info->capability, 64, long);
else
FP_UNPACK_SP(SB, &info->capability);
FP_DIV_S(SR, SA, SB);
Expand Down

0 comments on commit 74851bc

Please sign in to comment.