From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262097AbVGVObb (ORCPT ); Fri, 22 Jul 2005 10:31:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262092AbVGVO3P (ORCPT ); Fri, 22 Jul 2005 10:29:15 -0400 Received: from zproxy.gmail.com ([64.233.162.201]:59879 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S262104AbVGVO1W convert rfc822-to-8bit (ORCPT ); Fri, 22 Jul 2005 10:27:22 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q2kUKpu7bToqXjbIsMDO8aCRVDH/P3cMIcclXN7EVKD3nR8tgtT5NbuYoVTixIm39jr3WgswtUkyawBo9CqIBQmT/3mL+FD3W4A7L3zPdAHASnAlvGxNxYFUWu0ZGEYoZ5HA1p0r62gndQ2BGriA4FRQ5klFT9pNVLlABI8gV64= Message-ID: <7d15175e050722072727a7f539@mail.gmail.com> Date: Fri, 22 Jul 2005 19:57:14 +0530 From: Bhanu Kalyan Chetlapalli Reply-To: Bhanu Kalyan Chetlapalli To: vamsi krishna Subject: Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ? Cc: linux-kernel@vger.kernel.org In-Reply-To: <3faf0568050721232547aa2482@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <3faf0568050721232547aa2482@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org To the best of my knowledge, It is the vsyscall page. The manner in which system calls were implemented has changed from using the 80h interrupt directly to using the vsyscall page (on the x86 arch). This makes for better throughput while running frequently used system calls which do not affect the kernel, but merely retrieve the information. A very good example is the system call to retrieve the current time, which is used extensively esp during logging. Google for vsyscall page and you will get more information. > on a 64-bit(uname --all == 'Linux host 2.6.5-7.97.smp #1