From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761292AbYD0Al2 (ORCPT ); Sat, 26 Apr 2008 20:41:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757321AbYD0AlV (ORCPT ); Sat, 26 Apr 2008 20:41:21 -0400 Received: from terminus.zytor.com ([198.137.202.10]:38589 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753950AbYD0AlU (ORCPT ); Sat, 26 Apr 2008 20:41:20 -0400 Message-ID: <4813CABD.7040603@zytor.com> Date: Sat, 26 Apr 2008 17:37:17 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dean gaudet CC: Erik Bosman , Michael Kerrisk , Andrew Morton , Thomas Gleixner , Ingo Molnar , Andrea Arcangeli , Linus Torvalds , linux-kernel@vger.kernel.org, Arjan van de Ven Subject: Re: [PATCH 2/3] x86: Implement prctl PR_GET_TSC and PR_SET_TSC References: <517f3f820804140357k62b3bff4p555ba6a5b9438c35@mail.gmail.com> <4813B1EF.5090806@zytor.com> <4813BED5.7070000@zytor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org dean gaudet wrote: >>> >> PR_SET/PR_GET are the common prefixes, though. > > that's not what's at issue... "PR_SET_TSC" reads "set the TSC" ... it > doesn't read "set the ability to use the rdtsc instruction". > PR_SET_RDTSC_ENABLE would seem to be more accurate... or even > PR_SET_CR4_TSD which is what it really does :) > The whole point I'm making is that any such name would inherently read x86-specific. -hpa