On Thursday 2010-02-11 12:50, Eric B Munson wrote: >On Tue, 09 Feb 2010, Jan Engelhardt wrote: > >> parent 48b4959e950ca54937e70152e28f27b8d1157e8b (2.7) >> commit 468e2c33db9c543d27648f033c989821e0f418d5 >> Author: Jan Engelhardt <jeng...@medozas.de> >> Date: Tue Feb 9 12:42:57 2010 +0100 >> >> tests/icache-hygiene: allow compilation on SPARC > >I know it is nit-picky but can you please resend this with your >signed-off-by? > >Thanks, >Eric
Sure, parent 48b4959e950ca54937e70152e28f27b8d1157e8b (2.7) commit 02252c829111e6a68b465f8f1da74098c9e3491f Author: Jan Engelhardt <jeng...@medozas.de> Date: Tue Feb 9 12:42:57 2010 +0100 tests/icache-hygiene: allow compilation on SPARC Signed-off-by: Jan Engelhardt <jeng...@medozas.de> --- tests/icache-hygiene.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/icache-hygiene.c b/tests/icache-hygiene.c index 6132de0..399d511 100644 --- a/tests/icache-hygiene.c +++ b/tests/icache-hygiene.c @@ -84,7 +84,8 @@ static void *sig_expected; static void sig_handler(int signum, siginfo_t *si, void *uc) { -#if defined(__powerpc__) || defined(__powerpc64__) || defined(__ia64__) || defined(__s390__) || defined(__s390x__) +#if defined(__powerpc__) || defined(__powerpc64__) || defined(__ia64__) || \ + defined(__s390__) || defined(__s390x__) || defined(__sparc__) /* On powerpc and ia64 and s390, 0 bytes are an illegal * instruction, so, if the icache is cleared properly, we SIGILL * as soon as we jump into the cleared page */ -- # Created with git-export-patch ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Libhugetlbfs-devel mailing list Libhugetlbfs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel