]> git.sur5r.net Git - u-boot/blobdiff - include/e500.h
ppc/85xx: Disable all async interrupt sources when we boot
[u-boot] / include / e500.h
index 1971eee291af8fa3dbcb53a749581f942020e6d6..f8c82661a2d18af069c2ee9aa75f139b45f5a082 100644 (file)
 
 typedef struct
 {
-  unsigned long freqProcessor;
+  unsigned long freqProcessor[CONFIG_MAX_CPUS];
   unsigned long freqSystemBus;
   unsigned long freqDDRBus;
+  unsigned long freqLocalBus;
+  unsigned long freqQE;
 } MPC85xx_SYS_INFO;
 
 #endif  /* _ASMLANGUAGE */