Suzuki Poulose a84fcd4687 powerpc: Change memory_limit from phys_addr_t to unsigned long long
There are some device-tree nodes, whose values are of type phys_addr_t.
The phys_addr_t is variable sized based on the CONFIG_PHSY_T_64BIT.

Change these to a fixed unsigned long long for consistency.

This patch does the change only for memory_limit.

The following is a list of such variables which need the change:

 1) kernel_end, crashk_size - in arch/powerpc/kernel/machine_kexec.c

 2) (struct resource *)crashk_res.start - We could export a local static
    variable from machine_kexec.c.

Changing the above values might break the kexec-tools. So, I will
fix kexec-tools first to handle the different sized values and then change
 the above.

Suggested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Suzuki K. Poulose <suzuki@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2012-09-07 11:44:30 +10:00
..
2012-03-28 18:30:02 +01:00
2012-09-07 09:48:59 +10:00
2012-04-08 12:54:33 +03:00
2012-03-28 18:30:02 +01:00
2012-05-08 12:35:07 +02:00
2011-11-28 21:13:18 +02:00
2012-07-24 12:01:20 -07:00
2011-03-31 11:26:23 -03:00
2012-09-05 15:35:19 +10:00
2011-03-31 11:26:23 -03:00
2012-09-07 09:48:59 +10:00
2012-03-28 15:58:21 -07:00
2012-09-05 15:35:19 +10:00
2012-06-01 12:58:51 -04:00
2011-07-26 16:49:47 -07:00
2010-07-19 10:56:54 +02:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:02 +01:00
2012-09-07 09:48:59 +10:00
2012-09-05 15:35:19 +10:00