cvs commit: src/lib/libpthread/arch/ia64 Makefile.inc src/lib/libpthread/arch/ia64/ia64 context.S enter_uts.S

Marcel Moolenaar marcel at FreeBSD.org
Wed Jun 25 22:40:17 PDT 2003


marcel      2003/06/25 22:40:15 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/ia64 Makefile.inc 
  Added files:
    lib/libpthread/arch/ia64/ia64 context.S enter_uts.S 
  Log:
  Implement _ia64_enter_uts(). The purpose of this function is to switch
  the register stack and memory stack and call the function given to it.
  
  While here, provide empty, non-working, stubs for the context functions
  (_ia64_save_context() and _ia64_restore_context()) so that anyone can at
  least compile libkse from CVS sources. Real implementations will follow
  soon.
  
  Revision  Changes    Path
  1.3       +1 -1      src/lib/libpthread/arch/ia64/Makefile.inc
  1.1       +40 -0     src/lib/libpthread/arch/ia64/ia64/context.S (new)
  1.1       +60 -0     src/lib/libpthread/arch/ia64/ia64/enter_uts.S (new)


More information about the cvs-src mailing list