vserver 2.0 rc7
[linux-2.6.git] / include / asm-ppc64 / paca.h
index f893406..1a0223b 100644 (file)
@@ -22,7 +22,6 @@
 #include       <asm/iSeries/ItLpRegSave.h>
 #include       <asm/mmu.h>
 
-extern struct paca_struct paca[];
 register struct paca_struct *local_paca asm("r13");
 #define get_paca()     local_paca
 
@@ -115,4 +114,6 @@ struct paca_struct {
 #endif
 };
 
+extern struct paca_struct paca[];
+
 #endif /* _PPC64_PACA_H */