From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kacur Subject: [PATCH 1/5] rt-tests: Add header including copyright notice to rt_numa.h Date: Wed, 27 Jan 2010 21:24:24 +0100 Message-ID: <1264623868-23595-2-git-send-email-jkacur@redhat.com> References: <1264623868-23595-1-git-send-email-jkacur@redhat.com> Cc: Thomas Gleixner , lkml , Ingo Molnar , Carsten Emde , rt-users , John Kacur To: Clark Williams Return-path: In-Reply-To: <1264623868-23595-1-git-send-email-jkacur@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org Add a header which includes a copyright notice to rt_numa.h for cyclictest. Signed-off-by: John Kacur --- 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 + * (C) 2010 Clark Williams + * + */ + #ifndef _RT_NUMA_H #define _RT_NUMA_H -- 1.6.6