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

« back to all changes in this revision

Viewing changes to arch/blackfin/include/asm/ipipe_base.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:
24
24
 
25
25
#ifdef CONFIG_IPIPE
26
26
 
 
27
#include <asm/bitsperlong.h>
 
28
#include <mach/irq.h>
 
29
 
27
30
#define IPIPE_NR_XIRQS          NR_IRQS
28
 
#define IPIPE_IRQ_ISHIFT        5       /* 2^5 for 32bits arch. */
29
31
 
30
32
/* Blackfin-specific, per-cpu pipeline status */
31
33
#define IPIPE_SYNCDEFER_FLAG    15
42
44
#define IPIPE_EVENT_INIT        (IPIPE_FIRST_EVENT + 4)
43
45
#define IPIPE_EVENT_EXIT        (IPIPE_FIRST_EVENT + 5)
44
46
#define IPIPE_EVENT_CLEANUP     (IPIPE_FIRST_EVENT + 6)
45
 
#define IPIPE_LAST_EVENT        IPIPE_EVENT_CLEANUP
 
47
#define IPIPE_EVENT_RETURN      (IPIPE_FIRST_EVENT + 7)
 
48
#define IPIPE_LAST_EVENT        IPIPE_EVENT_RETURN
46
49
#define IPIPE_NR_EVENTS         (IPIPE_LAST_EVENT + 1)
47
50
 
48
51
#define IPIPE_TIMER_IRQ         IRQ_CORETMR
49
52
 
 
53
#define __IPIPE_FEATURE_SYSINFO_V2      1
 
54
 
50
55
#ifndef __ASSEMBLY__
51
56
 
52
57
extern unsigned long __ipipe_root_status; /* Alias to ipipe_root_cpudom_var(status) */
63
68
 
64
69
#endif /* !__ASSEMBLY__ */
65
70
 
 
71
#define __IPIPE_FEATURE_SYSINFO_V2      1
 
72
 
66
73
#endif /* CONFIG_IPIPE */
67
74
 
68
75
#endif /* !__ASM_BLACKFIN_IPIPE_BASE_H */