]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/paca.h
[VLAN]: Clean up vlan_hdr/vlan_ethhdr structs
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / paca.h
index fcd7b428ed0bbc01e13ee9b443b43076fbeed907..f6dfce025adfe4d117587321782b607028142bbf 100644 (file)
@@ -114,11 +114,12 @@ struct paca_struct {
        u64 user_time;                  /* accumulated usermode TB ticks */
        u64 system_time;                /* accumulated system TB ticks */
        u64 startpurr;                  /* PURR/TB value snapshot */
+       u64 startspurr;                 /* SPURR value snapshot */
+       u64 purrdelta;                  /* FIXME: document */
+       u64 spurrdelta;                 /* FIXME: document */
 };
 
 extern struct paca_struct paca[];
 
-void setup_boot_paca(void);
-
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_PACA_H */