Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 12:19:04 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/arch/powerpc Makefile.inc src/lib/libpthread/arch/powerpc/include atomic_ops.h pthread_md.h src/lib/libpthread/arch/powerpc/powerpc assym.c assym.s context.S enter_uts.S pthread_md.c
Message-ID:  <200407191219.i6JCJ49Z048874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grehan      2004-07-19 12:19:04 UTC

  FreeBSD src repository

  Added files:
    lib/libpthread/arch/powerpc Makefile.inc 
    lib/libpthread/arch/powerpc/include atomic_ops.h pthread_md.h 
    lib/libpthread/arch/powerpc/powerpc assym.c assym.s context.S 
                                        enter_uts.S pthread_md.c 
  Log:
  PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for
  the time being.
  
  Revision  Changes    Path
  1.1       +8 -0      src/lib/libpthread/arch/powerpc/Makefile.inc (new)
  1.1       +62 -0     src/lib/libpthread/arch/powerpc/include/atomic_ops.h (new)
  1.1       +257 -0    src/lib/libpthread/arch/powerpc/include/pthread_md.h (new)
  1.1       +113 -0    src/lib/libpthread/arch/powerpc/powerpc/assym.c (new)
  1.1       +113 -0    src/lib/libpthread/arch/powerpc/powerpc/assym.s (new)
  1.1       +151 -0    src/lib/libpthread/arch/powerpc/powerpc/context.S (new)
  1.1       +40 -0     src/lib/libpthread/arch/powerpc/powerpc/enter_uts.S (new)
  1.1       +76 -0     src/lib/libpthread/arch/powerpc/powerpc/pthread_md.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407191219.i6JCJ49Z048874>