This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 runtime/12341] deref()/store_deref() variations between arches


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

--- Comment #1 from David Smith <dsmith at redhat dot com> 2011-01-04 21:50:16 UTC ---
(In reply to comment #0)
> (If __get_user_size()/__put_user_size() works for the i386, that could
> eliminate the need for the i386 special version of kread/kwrite that can handle
> 64-bit values.)

Unfortunately, this idea won't work.  Looking at the i386 header files in
kernels 2.6.9/2.6.18/2.6.36, none of the i386 __get_user_size() macros can
handle 64-bit values.

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


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