public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: nickg@sourceware.org
To: ecos-cvs@ecos.sourceware.org
Subject: ecos/packages hal/sh/arch/current/src/context. ...
Date: Fri, 11 Aug 2006 09:29:00 -0000	[thread overview]
Message-ID: <20060811092931.25877.qmail@sourceware.org> (raw)

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>


                 reply	other threads:[~2006-08-11  9:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060811092931.25877.qmail@sourceware.org \
    --to=nickg@sourceware.org \
    --cc=ecos-cvs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).