Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261563AbTKMEw2 (ORCPT ); Wed, 12 Nov 2003 23:52:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262072AbTKMEw2 (ORCPT ); Wed, 12 Nov 2003 23:52:28 -0500 Received: from taco.zianet.com ([216.234.192.159]:64008 "HELO taco.zianet.com") by vger.kernel.org with SMTP id S261563AbTKMEw0 (ORCPT ); Wed, 12 Nov 2003 23:52:26 -0500 From: Steven Cole To: Benjamin Herrenschmidt , Dax Kelson Subject: Re: List of SCO files Date: Wed, 12 Nov 2003 21:50:43 -0700 User-Agent: KMail/1.5 Cc: Linux Kernel list References: <1068679942.3082.131.camel@mentor.gurulabs.com> <1068691791.13135.41.camel@gaston> In-Reply-To: <1068691791.13135.41.camel@gaston> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311122150.43307.elenstev@mesatop.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1337 Lines: 40 On Wednesday 12 November 2003 07:49 pm, Benjamin Herrenschmidt wrote: > Or just include/asm-m68k/spinlock.h :) > > The whole file is just: > > #ifndef __M68K_SPINLOCK_H > #define __M68K_SPINLOCK_H > > #error "m68k doesn't do SMP yet" > > #endif Here's my personal favorite, file 490 of 591. See if you can spot the purloined Intellectual Property: [steven@spc 2.6-bk-current]$ cat include/asm-v850/percpu.h #ifndef __V850_PERCPU_H__ #define __V850_PERCPU_H__ #include /* This is a stupid hack to satisfy some grotty implicit include-file dependency; basically, uses BUG_ON, which calls BUG, but doesn't include the necessary headers to define it. In the twisted festering mess of includes this must all be resolved somehow on other platforms, but I haven't the faintest idea how, and don't care; here will do, even though doesn't actually make any sense. */ #include #endif /* __V850_PERCPU_H__ */ I'm betting on the "This is a stupid hack" phrase. Undoubtably SCO's code is littered with comments like that. Steven - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/