Changeset 7947c34 in mainline for uspace/lib/c/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2014-09-07T19:17:49Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf7ad06
Parents:
a116f7f2
Message:

Autogenerate ia64 fibril context_t and its offsets.

Rewrite fibril context_save_arch() and context_restore_arch() to use the
new autogenerated offsets. Also improve instruction level parallelization
of these routines by eliminating some stops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/Makefile.inc

    ra116f7f2 r7947c34  
    3939
    4040ARCH_AUTOGENS_AG = \
    41         arch/$(UARCH)/include/libarch/istate_struct.ag
     41        arch/$(UARCH)/include/libarch/istate_struct.ag \
     42        arch/$(UARCH)/include/libarch/fibril_context.ag
    4243
    4344.PRECIOUS: arch/$(UARCH)/src/entry.o
Note: See TracChangeset for help on using the changeset viewer.