* [PATCH] 2.6.9-rc1 - #ifdef cleanup for sh64
@ 2004-08-24 14:02 Valdis.Kletnieks
2004-08-25 8:53 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Valdis.Kletnieks @ 2004-08-24 14:02 UTC (permalink / raw)
To: lethal; +Cc: Linus Torvalds, Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
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 */
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] 2.6.9-rc1 - #ifdef cleanup for sh64
2004-08-24 14:02 [PATCH] 2.6.9-rc1 - #ifdef cleanup for sh64 Valdis.Kletnieks
@ 2004-08-25 8:53 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2004-08-25 8:53 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: Linus Torvalds, Andrew Morton, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
On Tue, Aug 24, 2004 at 10:02:49AM -0400, Valdis.Kletnieks@vt.edu wrote:
> Another small cleanup patch for #if/#ifdef usage.
>
> Signed-off-by: valdis.kletnieks@vt.edu
>
I thought I got all of these before, but it appears this one snuck by.
I've applied it, thanks.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-25 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-24 14:02 [PATCH] 2.6.9-rc1 - #ifdef cleanup for sh64 Valdis.Kletnieks
2004-08-25 8:53 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox