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

« back to all changes in this revision

Viewing changes to kernel/debug/kdb/kdb_support.c

  • 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:
545
545
 *      Mask for process state.
546
546
 * Notes:
547
547
 *      The mask folds data from several sources into a single long value, so
548
 
 *      be carefull not to overlap the bits.  TASK_* bits are in the LSB,
 
548
 *      be careful not to overlap the bits.  TASK_* bits are in the LSB,
549
549
 *      special cases like UNRUNNABLE are in the MSB.  As of 2.6.10-rc1 there
550
550
 *      is no overlap between TASK_* and EXIT_* but that may not always be
551
551
 *      true, so EXIT_* bits are shifted left 16 bits before being stored in