Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88232
b: refs/heads/master
c: ed9b949
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 10, 2008
1 parent fe8d042 commit 7484785
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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: e31c243f984628d02f045dc4b622f1e2827860dc
refs/heads/master: ed9b949f55bc8a6bb6083ce0eddb53d06aee302a
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/head.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
#ifdef CONFIG_MMU
__sdram_base = 0x00000000 /* base address to which SDRAM relocated */
#else
__sdram_base = 0xc0000000 /* base address to which SDRAM relocated */
__sdram_base = __page_offset /* base address to which SDRAM relocated */
#endif
7 changes: 0 additions & 7 deletions trunk/arch/frv/kernel/switch_to.S
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ __switch_to:
movgs gr14,lr
bar

srli gr15,#28,gr5
subicc gr5,#0xc,gr0,icc0
beq icc0,#0,111f
break
nop
111:

# jump to __switch_back or ret_from_fork as appropriate
# - move prev to GR8
movgs gr4,psr
Expand Down

0 comments on commit 7484785

Please sign in to comment.