~ubuntu-branches/ubuntu/utopic/linux-ti-omap/utopic

« back to all changes in this revision

Viewing changes to arch/sparc/include/asm/intr_queue.h

  • Committer: Bazaar Package Importer
  • Author(s): Amit Kucheria, Amit Kucheria
  • Date: 2010-03-10 02:28:15 UTC
  • Revision ID: james.westby@ubuntu.com-20100310022815-7sd3gwvn5kenaq33
Tags: 2.6.33-500.1
[ Amit Kucheria ]

* Initial release of a 2.6.33-based OMAP kernel
* UBUNTU: [Upstream] Fix omap 1-wire driver compilation
* UBUNTU: ubuntu: AppArmor -- update to mainline 2010-03-04

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _SPARC64_INTR_QUEUE_H
 
2
#define _SPARC64_INTR_QUEUE_H
 
3
 
 
4
/* Sun4v interrupt queue registers, accessed via ASI_QUEUE.  */
 
5
 
 
6
#define INTRQ_CPU_MONDO_HEAD      0x3c0 /* CPU mondo head                 */
 
7
#define INTRQ_CPU_MONDO_TAIL      0x3c8 /* CPU mondo tail                 */
 
8
#define INTRQ_DEVICE_MONDO_HEAD   0x3d0 /* Device mondo head              */
 
9
#define INTRQ_DEVICE_MONDO_TAIL   0x3d8 /* Device mondo tail              */
 
10
#define INTRQ_RESUM_MONDO_HEAD    0x3e0 /* Resumable error mondo head     */
 
11
#define INTRQ_RESUM_MONDO_TAIL    0x3e8 /* Resumable error mondo tail     */
 
12
#define INTRQ_NONRESUM_MONDO_HEAD 0x3f0 /* Non-resumable error mondo head */
 
13
#define INTRQ_NONRESUM_MONDO_TAIL 0x3f8 /* Non-resumable error mondo head */
 
14
 
 
15
#endif /* !(_SPARC64_INTR_QUEUE_H) */