From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: Re: Aw: Re: Revised futex(2) man page for review Date: Mon, 27 Jul 2015 23:50:33 -0700 Message-ID: <1438066233.2249.60.camel@stgolabs.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Heinrich Schuchardt Cc: "Michael Kerrisk (man-pages)" , Peter Zijlstra , Thomas Gleixner , Darren Hart , Carlos O'Donell , Ingo Molnar , Jakub Jelinek , "linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , lkml , Arnd Bergmann , Steven Rostedt , Linux API , Torvald Riegel , Roland McGrath , Darren Hart , Anton Blanchard , Eric Dumazet , bill o gallmeister , Jan Kiszka , Daniel Wagner , Rich Felker , Andy Lutomirski , bert hubert List-Id: linux-api@vger.kernel.org On Tue, 2015-07-28 at 07:44 +0200, Heinrich Schuchardt wrote: > Hello David, > > >> A futex is in essence a 32-bit user-space address. > I know what a 32 bit integer is. > I am not aware of 32 bit addresses on my 64 bit operating system. Well I am referring to in the context of a user-space address, such as a 32-bit lock ('int'), but yes, my text is misleading. In fact we obviously need to cast to the word size for doing gup_fast, among other tasks. Thanks, Davidlohr -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html