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 tapsets/5230] setting proper argument for sys_remap_file_pages.


------- Additional Comments From srinivasa at in dot ibm dot com  2007-10-29 09:01 -------
Created an attachment (id=2065)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2065&action=view)
setting proper argument for systemcall

In 2.6.24-rc1
==============================
asmlinkage long sys_remap_file_pages(unsigned long start, unsigned long size,
	unsigned long prot, unsigned long pgoff, unsigned long flags)
{
	struct mm_struct *mm = current->mm;
	struct address_space *mapping;
=======================================
In 2.6.23-rc7
===========================================
asmlinkage long sys_remap_file_pages(unsigned long start, unsigned long size,
	unsigned long __prot, unsigned long pgoff, unsigned long flags)
{
	struct mm_struct *mm = current->mm;
	struct address_space *mapping;
===========================================

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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