[PATCH] powerpc: Remove sections use from ppc

Here is a new patch that removes all notion of the pmac, prep,
chrp and openfirmware initialization sections, and then unifies
the sections.h files without those __pmac, etc, sections identifiers
cluttering things up.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Jon Loeliger
2005-09-17 10:35:08 -05:00
committed by Paul Mackerras
parent 7da8f8600a
commit f495a8bfd6
21 changed files with 269 additions and 272 deletions

View File

@@ -339,7 +339,7 @@ early_init(int r3, int r4, int r5)
* Assume here that all clock rates are the same in a
* smp system. -- Cort
*/
int __openfirmware
int
of_show_percpuinfo(struct seq_file *m, int i)
{
struct device_node *cpu_node;