From ca786ecdea87d4ff4adde2c1e28a52c8ca53c352 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 4 Jan 2005 05:12:02 -0800 Subject: [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-ppc64/processor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-ppc64/processor.h') 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); -- cgit v1.2.3