This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/13425] Remove x86_64 Linux vsyscall page support


http://sourceware.org/bugzilla/show_bug.cgi?id=13425

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #1 from Andreas Jaeger <aj at suse dot de> 2011-11-22 08:17:27 UTC ---
Andy,did you check the changes done in the glibc head branch?

Like the following

2011-09-06  Ulrich Drepper  <drepper@gmail.com>

        * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
        * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
        already be defined.  Change to take two parameters and don't assign
        result to variable.  Adjust all users.
        Define INTERNAL_GETTIME if not already defined.
        Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
        call.
        * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
        HAVE_CLOCK_GETTIME_VSYSCALL.
        * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.

        * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
        gettimeofday vsyscall, just use time.

What is missing from current head?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]