This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages hal/sh/arch/current/src/context. ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2006-08-11 09:29:31

Modified files:
	packages/hal/sh/arch/current/src: context.S 
	packages/kernel/current: ChangeLog 
	packages/kernel/current/cdl: interrupts.cdl 
	packages/kernel/current/include: intr.hxx 
	packages/kernel/current/src/intr: intr.cxx 
	packages/kernel/current/tests: intr0.cxx kintr0.c 

Log message:
	Implement FIFO variant of scheduling of DSRs and make it the
	default. This is reworked patch originally suggested by Stefan
	Sommerfeld <sommerfeld@mikrom.com>.
	
	* cdl/interrupts.cdl (CYGIMP_KERNEL_INTERRUPTS_DSRS_LIST): make it
	cdl_component.
	* cdl/interrupts.cdl (CYGSEM_KERNEL_INTERRUPTS_DSRS_LIST_FIFO):
	new option for CYGIMP_KERNEL_INTERRUPTS_DSRS_LIST.
	* include/intr.hxx (class Cyg_Interrupt): new static variable
	dsr_list_tail.
	* src/intr/intr.cxx (call_pending_DSRs_inner): add
	CYGSEM_KERNEL_INTERRUPTS_DSRS_LIST_FIFO variant.
	(post_dsr): likewise.
	* tests/intr0.cxx: fix comments to match actual option names.
	* tests/kintr0.c: likewise.2006-03-27  Marco Cruz  <marco@daruma.com.br>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]