For PPC there are two types of lb_memory_range defined. 

which one should be used? (uint64_t is save probably)

void lb_memory_range(struct lb_memory *mem,
        uint32_t type, unsigned long startk, unsigned long sizek);

void lb_memory_range(struct lb_memory *mem,
                        uint32_t type, uint64_t start, uint64_t size)

Eric,

limits.h is pretty much overkill in div64.h, we just need ULONG_MAX
which we could place somewhere within our arch dependent files...

Stefan


_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to