From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264575AbUAAVdp (ORCPT ); Thu, 1 Jan 2004 16:33:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264565AbUAAUsO (ORCPT ); Thu, 1 Jan 2004 15:48:14 -0500 Received: from amsfep14-int.chello.nl ([213.46.243.22]:31068 "EHLO amsfep14-int.chello.nl") by vger.kernel.org with ESMTP id S264910AbUAAUDa (ORCPT ); Thu, 1 Jan 2004 15:03:30 -0500 Date: Thu, 1 Jan 2004 21:03:28 +0100 Message-Id: <200401012003.i01K3SJP031894@callisto.of.borg> From: Geert Uytterhoeven To: Linus Torvalds , Andrew Morton Cc: Linux Kernel Development , Geert Uytterhoeven Subject: [PATCH 377] M68k asm/system.h Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org M68k: Add missing #ifdef __KERNEL / #endif (from Christian T. Steigies) --- linux-2.6.0/include/asm-m68k/system.h 2003-10-15 11:13:29.000000000 -0400 +++ linux-m68k-2.6.0/include/asm-m68k/system.h 2003-11-18 22:33:02.000000000 -0500 @@ -7,6 +7,8 @@ #include #include +#ifdef __KERNEL__ + /* * switch_to(n) should switch tasks to task ptr, first checking that * ptr isn't the current task, in which case it does nothing. This @@ -156,4 +158,6 @@ } #endif +#endif /* __KERNEL__ */ + #endif /* _M68K_SYSTEM_H */ Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds