linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [rt-tests] [PATCH 0/2] Make numa a compiletime option
@ 2010-01-20 15:36 John Kacur
  2010-01-20 15:36 ` [PATCH 1/2] rt-tests: Makefile: Add NUMA compile option John Kacur
  2010-01-20 15:36 ` [PATCH 2/2] rt-tests: Make cyclic test compilable for non-numa systems John Kacur
  0 siblings, 2 replies; 3+ messages in thread
From: John Kacur @ 2010-01-20 15:36 UTC (permalink / raw)
  To: Clark Williams, Thomas Gleixner, Carsten Emde
  Cc: lkml, rt-users, Nikita V. Youshchenko, John Kacur

These patches are for Clark's experimental numa branch of rt-tests.

It is important that numa be a compile time option, runtime checking is not
good enough, since most systems will not even have the numa libraries.

You can pull these patches from

pub/scm/linux/kernel/git/jkacur/rt-tests.git numa

John Kacur (2):
  rt-tests: Makefile: Add NUMA compile option.
  rt-tests: Make cyclic test compilable for non-numa systems.

 Makefile                    |    9 ++++-
 src/cyclictest/cyclictest.c |   46 +++++++-------------------
 src/cyclictest/rt_numa.h    |   74 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+), 35 deletions(-)
 create mode 100644 src/cyclictest/rt_numa.h


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

end of thread, other threads:[~2010-01-20 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 15:36 [rt-tests] [PATCH 0/2] Make numa a compiletime option John Kacur
2010-01-20 15:36 ` [PATCH 1/2] rt-tests: Makefile: Add NUMA compile option John Kacur
2010-01-20 15:36 ` [PATCH 2/2] rt-tests: Make cyclic test compilable for non-numa systems John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).