diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-06-15 18:06:23 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 05:16:47 -0400 |
commit | 75423b7ba5eacc0a003b19e51af6a38feeed43ee (patch) | |
tree | b752293878e30421e2d1a3eee17cf628a7a043b6 | |
parent | 443481050168e98f91737a02b6428c93f1a1c652 (diff) |
[POWERPC] Correct __secondary_hold comment
Remove references to pSeries and OpenFirmware in the __secondary_hold
usage comment. __secondary_hold is a generic routine and can be used
by other platforms.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 1111fcec7673..8cdd48ea4391 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -103,8 +103,8 @@ __secondary_hold_acknowledge: | |||
103 | 103 | ||
104 | . = 0x60 | 104 | . = 0x60 |
105 | /* | 105 | /* |
106 | * The following code is used on pSeries to hold secondary processors | 106 | * The following code is used to hold secondary processors |
107 | * in a spin loop after they have been freed from OpenFirmware, but | 107 | * in a spin loop after they have entered the kernel, but |
108 | * before the bulk of the kernel has been relocated. This code | 108 | * before the bulk of the kernel has been relocated. This code |
109 | * is relocated to physical address 0x60 before prom_init is run. | 109 | * is relocated to physical address 0x60 before prom_init is run. |
110 | * All of it must fit below the first exception vector at 0x100. | 110 | * All of it must fit below the first exception vector at 0x100. |