Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Geoff Levand and committed by
Paul Mackerras
75423b7b 44348105

+2 -2
+2 -2
arch/powerpc/kernel/head_64.S
··· 103 103 104 104 . = 0x60 105 105 /* 106 - * The following code is used on pSeries to hold secondary processors 107 - * in a spin loop after they have been freed from OpenFirmware, but 106 + * The following code is used to hold secondary processors 107 + * in a spin loop after they have entered the kernel, but 108 108 * before the bulk of the kernel has been relocated. This code 109 109 * is relocated to physical address 0x60 before prom_init is run. 110 110 * All of it must fit below the first exception vector at 0x100.