Eliminate VxMicro branding in kernel code
Eliminates references to the obsolete OS name. In most cases the name is simply removed, as it isn't necessary. Change-Id: I32f9e7390e436aec008a9454b72657e129d65152 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
ec2d3fb6de
commit
5189844df5
39 changed files with 85 additions and 88 deletions
|
@ -58,14 +58,14 @@
|
|||
* interrupts or to inspect or manipulate the contents of the source register.
|
||||
*
|
||||
* WARNINGS
|
||||
* Invoking a VxMicro routine with interrupts locked may result in
|
||||
* Invoking a kernel routine with interrupts locked may result in
|
||||
* interrupts being re-enabled for an unspecified period of time. If the
|
||||
* called routine blocks, interrupts will be re-enabled while another
|
||||
* context executes, or while the system is idle.
|
||||
*
|
||||
* The "interrupt disable state" is an attribute of a context. Thus, if a
|
||||
* fiber or task disables interrupts and subsequently invokes a VxMicro
|
||||
* system routine that causes the calling context to block, the interrupt
|
||||
* fiber or task disables interrupts and subsequently invokes a kernel
|
||||
* routine that causes the calling context to block, the interrupt
|
||||
* disable state will be restored when the context is later rescheduled
|
||||
* for execution.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue