[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1264623868-23595-2-git-send-email-jkacur@redhat.com>
Date: Wed, 27 Jan 2010 21:24:24 +0100
From: John Kacur <jkacur@...hat.com>
To: Clark Williams <williams@...hat.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
lkml <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Carsten Emde <C.Emde@...dl.org>,
rt-users <linux-rt-users@...r.kernel.org>,
John Kacur <jkacur@...hat.com>
Subject: [PATCH 1/5] rt-tests: Add header including copyright notice to rt_numa.h
Add a header which includes a copyright notice to rt_numa.h for cyclictest.
Signed-off-by: John Kacur <jkacur@...hat.com>
---
src/cyclictest/rt_numa.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/cyclictest/rt_numa.h b/src/cyclictest/rt_numa.h
index a0ebe7f..14837ff 100644
--- a/src/cyclictest/rt_numa.h
+++ b/src/cyclictest/rt_numa.h
@@ -1,3 +1,16 @@
+/*
+ * A numa library for cyclictest.
+ * The functions here are designed to work whether cyclictest has been
+ * compiled with numa support or not, and whether the user uses the --numa
+ * option or not.
+ * They should also work correctly with older versions of the numactl lib
+ * such as the one found on RHEL5, or with the newer version 2 and above.
+ *
+ * (C) 2010 John Kacur <jkacur@...hat.com>
+ * (C) 2010 Clark Williams <williams@...hat.com>
+ *
+ */
+
#ifndef _RT_NUMA_H
#define _RT_NUMA_H
--
1.6.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists