Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7053
b: refs/heads/master
c: c563077
h: refs/heads/master
i:
  7051: 24cba24
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Sep 5, 2005
1 parent c1bf6a4 commit 795946f
Show file tree
Hide file tree
Showing 2 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: 2dee702fcb197d80c1a94650fb611539dd8135ce
refs/heads/master: c563077e526d130b8c9aab4e75116551eb5fdc2d
4 changes: 2 additions & 2 deletions trunk/arch/s390/kernel/entry64.S
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ sysc_nr_ok:
sysc_do_restart:
larl %r10,sys_call_table
#ifdef CONFIG_S390_SUPPORT
tm SP_PSW+3(%r15),0x01 # are we running in 31 bit mode ?
jo sysc_noemu
tm __TI_flags+5(%r9),(_TIF_31BIT>>16) # running in 31 bit mode ?
jno sysc_noemu
larl %r10,sys_call_table_emu # use 31 bit emulation system calls
sysc_noemu:
#endif
Expand Down

0 comments on commit 795946f

Please sign in to comment.