public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Allocating sys_membarrier syscall number on other archs
@ 2015-08-27  4:04 Mathieu Desnoyers
  2015-08-27  4:15 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Desnoyers @ 2015-08-27  4:04 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, linux-api

Hi Andrew,

The sys_membarrier patches you have in your tree target
x86 32-64 and generic, but I did not allocate the system call
number on other architectures to minimize the amount of
collisions, and because I do not have all those architectures
handy.

How would you recommend to proceed to allocate those ?

sys_membarrier is pretty much architecture agnostic: it
takes two integer parameters, and the only function it calls,
synchronize_sched(), is available on all architectures.

Thanks,

Mathieu

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-27  4:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27  4:04 Allocating sys_membarrier syscall number on other archs Mathieu Desnoyers
2015-08-27  4:15 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox