From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20466 invoked by alias); 30 Jul 2008 22:48:55 -0000 Received: (qmail 20207 invoked by uid 48); 30 Jul 2008 22:47:42 -0000 Date: Wed, 30 Jul 2008 22:48:00 -0000 From: "eberlein at us dot ibm dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20080730224742.6791.eberlein@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/6791] New: Add PROT_SAO define to mman.h to support Strong Access Ordering X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00147.txt.bz2 This enhancement request is to add the define for PROT_SAO to powerpc/mman.h to match the latest changes in the Linux kernel. This define enables a new hardware feature on Power7 to be used by applications to specify pages in a process's address space that exhibit a stronger memory consistency model, Strong Access Ordering. The justification for the kernel change is in this changeset: http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/torvalds/ linux-2.6.git;a=commit;h=ef3d3246a0d06be622867d21af25f997aeeb105f The change to powerpc/mman.h is here: http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/torvalds/ linux-2. 6.git;a=commitdiff;h=aba46c5027cb59d98052231b36efcbbde9c77a1d;hp=b845f313d78e4e259ec449909e3bbadf77b53a6d This patch will create the PROT_SAO define in libc/sysdeps/unix/sysv/linux/powerpc/bits/mman.h to match the linux kernel header in powerpc/mman.h. -- Summary: Add PROT_SAO define to mman.h to support Strong Access Ordering Product: glibc Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: eberlein at us dot ibm dot com CC: glibc-bugs at sources dot redhat dot com,rsa at us dot ibm dot com http://sourceware.org/bugzilla/show_bug.cgi?id=6791 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.