Skip to content

Commit

Permalink
MIPS: Tracing: Merge adjacent #ifdefs with same condition.
Browse files Browse the repository at this point in the history
Signed-off-by: Wu Zhangjin <[email protected]>
Cc: linux-mips <[email protected]>
Cc: David Daney <[email protected]>
Patchwork: http://patchwork.linux-mips.org/patch/1224/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
lzufalcon authored and ralfbaechle committed Jul 5, 2010
1 parent cdf22a4 commit 27b1183
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/kernel/mcount.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
PTR_L a5, PT_R9(sp)
PTR_L a6, PT_R10(sp)
PTR_L a7, PT_R11(sp)
#endif
#ifdef CONFIG_64BIT
PTR_ADDIU sp, PT_SIZE
#else
PTR_ADDIU sp, (PT_SIZE + 8)
Expand Down

0 comments on commit 27b1183

Please sign in to comment.