Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 11 Nov 2002 19:08:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 11 Nov 2002 19:08:38 -0500 Received: from air-2.osdl.org ([65.172.181.6]:65170 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Mon, 11 Nov 2002 19:08:37 -0500 Date: Mon, 11 Nov 2002 16:10:13 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: To: cc: Subject: Re: [PATCH ] POSIX clocks & timers take 10 (NOT HIGH RES) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 24 Hi George, I have a couple of small comments on the latest POSIX interface patch (take 10 -- NOT HIGH RES). 1. arch/i386/kernel/entry.S uses nr_syscalls and the patch removes NR_syscalls from include/asm-i386/sys.h, but user-mode-linux needs/uses NR_syscalls. However, I see why you removed it from sys.h: it's basically a dead file. And it looks like include/linux/sys.h shouldn't have that #define in it (should be per arch). 2. again in arch/i386/kernel/entry.S: the added syscall number /*comments*/ are off by 1. -- ~Randy - 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/