diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-09-23 00:59:04 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 00:59:04 -0400 |
commit | 4762713a93fa8706c31b0897c1340e7dc282d8fb (patch) | |
tree | 12c28b1b91fa691c17e9d33dcc7a391e7445a473 /arch/ppc64/Kconfig | |
parent | c0a59491daca7db11d49edad1a1cefaaa7120a9e (diff) |
ppc64 iSeries: Call early_setup() on iSeries
Misc steps to incorporate the flat device tree on iSeries.
- define iseries_probe()
- call build_iSeries_Memory_Map() earlier
- return __pa() of the flat device tree from iSeries_early_setup()
- actually call early_setup() for iSeries
- add iseries_md to machdep_calls
- build prom.o for iSeries
- enable /proc/device-tree for iSeries
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 32951bfc7f65..246212115a48 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -357,7 +357,6 @@ config HOTPLUG_CPU | |||
357 | 357 | ||
358 | config PROC_DEVICETREE | 358 | config PROC_DEVICETREE |
359 | bool "Support for Open Firmware device tree in /proc" | 359 | bool "Support for Open Firmware device tree in /proc" |
360 | depends on !PPC_ISERIES | ||
361 | help | 360 | help |
362 | This option adds a device-tree directory under /proc which contains | 361 | This option adds a device-tree directory under /proc which contains |
363 | an image of the device tree that the kernel copies from Open | 362 | an image of the device tree that the kernel copies from Open |