]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/mpspec.h
x86: Use unsigned long for address in table generation
[u-boot] / arch / x86 / include / asm / mpspec.h
index ad8eba947b9a42aca24499cfad3693030d5d2223..146a4b0cbb89d711a41d55ca8d2bf64e95d4961f 100644 (file)
@@ -456,6 +456,6 @@ int mp_determine_pci_dstirq(int bus, int dev, int func, int pirq);
  * @addr:      start address to write MP table
  * @return:    end address of MP table
  */
-u32 write_mp_table(u32 addr);
+ulong write_mp_table(ulong addr);
 
 #endif /* __ASM_MPSPEC_H */