diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-01-04 05:12:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-04 05:12:02 -0800 |
| commit | ca786ecdea87d4ff4adde2c1e28a52c8ca53c352 (patch) | |
| tree | 5365160cf90443507533fa7285796b7b536fc54b /include/asm-ppc64/processor.h | |
| parent | 7adf3c35be264976ed139453c629d1f3817689de (diff) | |
[PATCH] ppc64: remove interrupt_controller from naca
This patch just moves the interrupt_controller field of the naca into a
global variable.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc64/processor.h')
| -rw-r--r-- | include/asm-ppc64/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index a93684ee1142..0ec53a4addf6 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h @@ -484,6 +484,7 @@ static inline void set_tb(unsigned int upper, unsigned int lower) #ifdef __KERNEL__ extern int have_of; +extern u64 ppc64_interrupt_controller; struct task_struct; void start_thread(struct pt_regs *regs, unsigned long fdptr, unsigned long sp); |
