On 09/12/2012 08:02 PM, Cyril Chemparathy wrote: -void __init early_init_dt_setup_initrd_arch(unsigned long start, unsigned long end) +void __init early_init_dt_setup_initrd_arch(u64 start, u64 end)Why not phys_addr_t?The rest of the memory specific bits of the device-tree code use u64 for addresses, and I kept it the same for consistency. Geert is right here. If it is a physical address, it should be phys_addr_t. Sebastian |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] of: specify initrd location using 64-bit, Cyril Chemparathy |
|---|---|
| Next by Date: | Re: [PATCH] of: specify initrd location using 64-bit, Rob Herring |
| Previous by Thread: | Re: [PATCH] of: specify initrd location using 64-bit, Cyril Chemparathy |
| Next by Thread: | Re: [PATCH] of: specify initrd location using 64-bit, Rob Herring |
| Indexes: | [Date] [Thread] [Top] [All Lists] |