~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/octeon/cvmx-pow.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1492
1492
/**
1493
1493
 * Switch to a NULL tag, which ends any ordering or
1494
1494
 * synchronization provided by the POW for the current
1495
 
 * work queue entry.  This operation completes immediatly,
1496
 
 * so completetion should not be waited for.
 
1495
 * work queue entry.  This operation completes immediately,
 
1496
 * so completion should not be waited for.
1497
1497
 * This function does NOT wait for previous tag switches to complete,
1498
1498
 * so the caller must ensure that any previous tag switches have completed.
1499
1499
 */
1532
1532
/**
1533
1533
 * Switch to a NULL tag, which ends any ordering or
1534
1534
 * synchronization provided by the POW for the current
1535
 
 * work queue entry.  This operation completes immediatly,
1536
 
 * so completetion should not be waited for.
 
1535
 * work queue entry.  This operation completes immediately,
 
1536
 * so completion should not be waited for.
1537
1537
 * This function waits for any pending tag switches to complete
1538
1538
 * before requesting the switch to NULL.
1539
1539
 */
1672
1672
 
1673
1673
/**
1674
1674
 * Performs a tag switch and then an immediate deschedule. This completes
1675
 
 * immediatly, so completion must not be waited for.  This function does NOT
 
1675
 * immediately, so completion must not be waited for.  This function does NOT
1676
1676
 * update the wqe in DRAM to match arguments.
1677
1677
 *
1678
1678
 * This function does NOT wait for any prior tag switches to complete, so the
1758
1758
 
1759
1759
/**
1760
1760
 * Performs a tag switch and then an immediate deschedule. This completes
1761
 
 * immediatly, so completion must not be waited for.  This function does NOT
 
1761
 * immediately, so completion must not be waited for.  This function does NOT
1762
1762
 * update the wqe in DRAM to match arguments.
1763
1763
 *
1764
1764
 * This function waits for any prior tag switches to complete, so the