Messages in this thread Patch in this message |  | | Subject | [PATCH] 2.6.9-rc1 - #ifdef cleanup for sh64 | | From | Valdis.Kletnieks@vt ... | | Date | Tue, 24 Aug 2004 10:02:49 -0400 |
| |
Another small cleanup patch for #if/#ifdef usage.
Signed-off-by: valdis.kletnieks@vt.edu
--- linux-2.6.9-rc1/arch/sh64/kernel/process.c.ifdef 2004-08-14 01:38:11.000000000 -0400 +++ linux-2.6.9-rc1/arch/sh64/kernel/process.c 2004-08-24 09:58:01.407004057 -0400 @@ -901,7 +901,7 @@ unsigned long get_wchan(struct task_stru */ pc = thread_saved_pc(p); -#if CONFIG_FRAME_POINTER +#ifdef CONFIG_FRAME_POINTER if (in_sh64_switch_to(pc)) { sh64_switch_to_fp = (long) p->thread.sp; /* r14 is saved at offset 4 in the sh64_switch_to frame */
[unhandled content-type:application/pgp-signature] |  |