All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [patch]  spelling errors - s/prioritary/priority/
@ 2005-03-14 14:33 Jim Cromie
  2005-03-15  7:56 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Cromie @ 2005-03-14 14:33 UTC (permalink / raw)
  To: adeos-main, Philippe Gerum

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

hi Philippe,

attached patch fixes spelling in adeos r9c6 patch;
prioritary -> priority.
I resisted urge to tinker with sentences around them;
I didnt want to subtly alter the meaning of stuff I dont
understand.

hth, and thanks for your work.
jimc



[-- Attachment #2: c6.patch --]
[-- Type: text/plain, Size: 3622 bytes --]

--- adeos-linux-2.6.10-i386-r9c6.patch.orig	2005-03-13 22:24:51.000000000 -0700
+++ adeos-linux-2.6.10-i386-r9c6.patch	2005-03-14 06:24:15.611540350 -0700
@@ -701,7 +701,7 @@
 +
 +    /* Make the current domain (== sleeper) wait for the mutex to be
 +       released. Adeos' pipelined scheme guarantees that the new
-+       sleeper _is_ more prioritary than any aslept domain since we
++       sleeper _is_ more priority than any aslept domain since we
 +       have stalled each sleeper's stage. Must be called with local hw
 +       interrupts off. */
 +
@@ -734,7 +734,7 @@
 +    flags = __test_and_set_bit(IPIPE_STALL_FLAG,&adp->cpudata[cpuid].status);
 +
 +    /* Two cases to handle here on SMP systems, only one for UP:
-+       1) in case of a conflicting access from a prioritary domain
++       1) in case of a conflicting access from a priority domain
 +       running on the same cpu, make this domain sleep on the mutex,
 +       and resume the current owner so it can release the lock asap.
 +       2) in case of a conflicting access from any domain on a
@@ -797,7 +797,7 @@
 +    if (mutex->sleepq != NULL)
 +	{
 +	adomain_t *sleeper = mutex->sleepq;
-+	/* Wake up the first most prioritary sleeper. */
++	/* Wake up the first highest priority sleeper. */
 +	mutex->sleepq = sleeper->m_link;
 +	__adeos_switch_to(adp_cpu_current[cpuid],sleeper,cpuid);
 +	adeos_load_cpuid();
@@ -2225,7 +2225,7 @@
 +	    if (adp == adp_root)
 +		{
 +		/* Make sure to re-enable hw interrupts to reduce
-+		   preemption latency by more prioritary domains when
++		   preemption latency by more priority domains when
 +		   calling Linux handlers. */
 +
 +		adeos_hw_sti();
@@ -2401,8 +2401,8 @@
 +       in mind that domains having a higher priority than the current
 +       one are sleeping on the adeos_suspend_domain() service. In
 +       addition, domains having a lower priority have been preempted
-+       by an interrupt dispatched to a more prioritary domain. Once
-+       the first and most prioritary stage has been selected here, the
++       by an interrupt dispatched to a more priority domain. Once
++       the first and highest priority stage has been selected here, the
 +       subsequent stages will be activated in turn when each visited
 +       domain calls adeos_suspend_domain() to wake up its neighbour
 +       down the pipeline. */
@@ -2419,7 +2419,7 @@
 +   just like if it has been actually received from a hw source. This
 +   both works for real and virtual interrupts. This also means that
 +   the current domain might be immediately preempted by a more
-+   prioritary domain who happens to handle this interrupt. */
++   priority domain who happens to handle this interrupt. */
 +
 +int fastcall adeos_trigger_irq (unsigned irq)
 +
@@ -5245,7 +5245,7 @@
 +   in the pipeline will get a chance to process the event. The latter
 +   will eventually be allowed to process its own event too if a valid
 +   handler exists for it.  Handler executions are always scheduled by
-+   the domain which raised the event for the prioritary domains
++   the domain which raised the event for the priority domains
 +   wanting to be notified of such event.  Note: evdata might be
 +   NULL. */
 +
@@ -5289,7 +5289,7 @@
 +	    next_domain->cpudata[cpuid].event_info.propagate = 0;
 +	    __set_bit(IPIPE_XPEND_FLAG,&next_domain->cpudata[cpuid].status);
 +
-+	    /* Let the prioritary domain process the event. */
++	    /* Let the priority domain process the event. */
 +	    __adeos_switch_to(this_domain,next_domain,cpuid);
 +	    
 +	    adeos_load_cpuid();	/* Processor might have changed. */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Adeos-main] [patch]  spelling errors - s/prioritary/priority/
  2005-03-14 14:33 [Adeos-main] [patch] spelling errors - s/prioritary/priority/ Jim Cromie
@ 2005-03-15  7:56 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2005-03-15  7:56 UTC (permalink / raw)
  To: Jim Cromie; +Cc: adeos-main

Jim Cromie wrote:
> hi Philippe,
> 
> attached patch fixes spelling in adeos r9c6 patch;
> prioritary -> priority.
> 

Applied, thanks.

-- 

Philippe.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-15  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-14 14:33 [Adeos-main] [patch] spelling errors - s/prioritary/priority/ Jim Cromie
2005-03-15  7:56 ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.