|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [PATCH v3 07/43] arm64: change physical_address_offset to paddr_t
Hi Shijie, On 16/04/18 07:31, Huang Shijie wrote: The "uint32_t" is not enough for arm64 code, This patch changes it to paddr_t, and also fixes the print format. Signed-off-by: Huang Shijie <shijie.huang@xxxxxxx> --- arch/arm/mm.c | 2 +- arch/arm/setup.c | 4 ++-- include/arm/arch_mm.h | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/mm.c b/arch/arm/mm.c index f806c9f..3d88d3b 100644 --- a/arch/arm/mm.c +++ b/arch/arm/mm.c @@ -6,7 +6,7 @@ #include <libfdt.h> #include <lib.h>-uint32_t physical_address_offset; While you are here, can you please add '0x' in front of the number? So we know it is printed in hexa. Cheers, -- Julien Grall _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |