diff mbox

[kvm-unit-tests] lib/powerpc/setup: fix comment

Message ID 20170525103936.23063-1-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andrew Jones May 25, 2017, 10:39 a.m. UTC
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 lib/powerpc/setup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Paolo Bonzini May 25, 2017, 1:51 p.m. UTC | #1
On 25/05/2017 12:39, Andrew Jones wrote:
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  lib/powerpc/setup.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/powerpc/setup.c b/lib/powerpc/setup.c
> index 8d44311cac3b..a3b7b877311d 100644
> --- a/lib/powerpc/setup.c
> +++ b/lib/powerpc/setup.c
> @@ -177,8 +177,8 @@ void setup(const void *fdt)
>  	 * |                      |
>  	 * +----------------------+   <-- top of cpu0's stack
>  	 * |                      |
> -	 * +----------------------+   <-- top of text/data/bss sections,
> -	 * |                      |       see arm/flat.lds
> +	 * +----------------------+   <-- top of text/data/bss/toc sections,
> +	 * |                      |       see powerpc/flat.lds
>  	 * |                      |
>  	 * +----------------------+   <-- load address
>  	 * |                      |
> 

Merged, thanks.

Paolo
diff mbox

Patch

diff --git a/lib/powerpc/setup.c b/lib/powerpc/setup.c
index 8d44311cac3b..a3b7b877311d 100644
--- a/lib/powerpc/setup.c
+++ b/lib/powerpc/setup.c
@@ -177,8 +177,8 @@  void setup(const void *fdt)
 	 * |                      |
 	 * +----------------------+   <-- top of cpu0's stack
 	 * |                      |
-	 * +----------------------+   <-- top of text/data/bss sections,
-	 * |                      |       see arm/flat.lds
+	 * +----------------------+   <-- top of text/data/bss/toc sections,
+	 * |                      |       see powerpc/flat.lds
 	 * |                      |
 	 * +----------------------+   <-- load address
 	 * |                      |