From f52da78074bf8e46282778a5c919d415ca57c83e Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sat, 16 Jun 2007 08:06:23 +1000 Subject: [PATCH] --- yaml --- r: 60586 b: refs/heads/master c: 75423b7ba5eacc0a003b19e51af6a38feeed43ee h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/head_64.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9a8b19d82584..d5f3d8092a55 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 443481050168e98f91737a02b6428c93f1a1c652 +refs/heads/master: 75423b7ba5eacc0a003b19e51af6a38feeed43ee diff --git a/trunk/arch/powerpc/kernel/head_64.S b/trunk/arch/powerpc/kernel/head_64.S index 1111fcec7673..8cdd48ea4391 100644 --- a/trunk/arch/powerpc/kernel/head_64.S +++ b/trunk/arch/powerpc/kernel/head_64.S @@ -103,8 +103,8 @@ __secondary_hold_acknowledge: . = 0x60 /* - * The following code is used on pSeries to hold secondary processors - * in a spin loop after they have been freed from OpenFirmware, but + * The following code is used to hold secondary processors + * in a spin loop after they have entered the kernel, but * before the bulk of the kernel has been relocated. This code * is relocated to physical address 0x60 before prom_init is run. * All of it must fit below the first exception vector at 0x100.