linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] rt-tests: rt_numa.h clean-ups, and dependency files
@ 2010-01-27 20:24 John Kacur
  2010-01-27 20:24 ` [PATCH 1/5] rt-tests: Add header including copyright notice to rt_numa.h John Kacur
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: John Kacur @ 2010-01-27 20:24 UTC (permalink / raw)
  To: Clark Williams
  Cc: Thomas Gleixner, lkml, Ingo Molnar, Carsten Emde, rt-users,
	John Kacur

This set of patches are mostly clean-up to our new rt_numa.h file.
We need to add a copyright notice in every file for some distributions.
This also creates some changes to simplify and clean-up
the differences between the code for the older LIBNUMA_API_VERSION and the
newer ones. (or at least I hope you will think so).
Finally there is a change to automatically generate dependencies for the
Makefile.

John Kacur (5):
  rt-tests: Add header including copyright notice to rt_numa.h
  rt-tests: Separate the #ifdef LIBNUMA_API_VERSION functions.
  rt-tests: Remove the ret variable, the end label and the goto.
  rt-tests: Fix some style problems, such as spaces instead of tabs.
  rt-tests: Automatically generate dependencies.

 Makefile                 |   20 ++++++++++++---
 src/cyclictest/rt_numa.h |   58 ++++++++++++++++++++++++++++-----------------
 2 files changed, 52 insertions(+), 26 deletions(-)


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27 20:24 [PATCH 0/5] rt-tests: rt_numa.h clean-ups, and dependency files John Kacur
2010-01-27 20:24 ` [PATCH 1/5] rt-tests: Add header including copyright notice to rt_numa.h John Kacur
2010-01-27 20:24 ` [PATCH 2/5] rt-tests: Separate the #ifdef LIBNUMA_API_VERSION functions John Kacur
2010-01-27 20:24 ` [PATCH 3/5] rt-tests: Remove the ret variable, the end label and the goto John Kacur
2010-01-27 20:24 ` [PATCH 4/5] rt-tests: Fix some style problems, such as spaces instead of tabs John Kacur
2010-01-27 20:24 ` [PATCH 5/5] rt-tests: Automatically generate dependencies 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).