Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17246
b: refs/heads/master
c: 0a498d9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Jan 9, 2006
1 parent 818465d commit f8c3e99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bce6c5fd8cc5d3f8d02fd34a24b591fc3e23a775
refs/heads/master: 0a498d96a3324c16add35da0435bc7c13b6c6f3f
5 changes: 1 addition & 4 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ config PPC_CELL
select MMIO_NVRAM

config PPC_OF
bool
depends on PPC_MULTIPLATFORM # for now
default y
def_bool y

config XICS
depends on PPC_PSERIES
Expand Down Expand Up @@ -399,7 +397,6 @@ config IBMVIO
config IBMEBUS
depends on PPC_PSERIES
bool "Support for GX bus based adapters"
default y
help
Bus device driver for GX bus based adapters.

Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ CFLAGS_btext.o += -fPIC
endif

obj-y := semaphore.o cputable.o ptrace.o syscalls.o \
irq.o align.o signal_32.o pmc.o vdso.o \
prom_parse.o
irq.o align.o signal_32.o pmc.o vdso.o
obj-y += vdso32/
obj-$(CONFIG_PPC64) += setup_64.o binfmt_elf32.o sys_ppc32.o \
signal_64.o ptrace32.o systbl.o \
Expand All @@ -22,7 +21,7 @@ obj-$(CONFIG_PPC64) += setup_64.o binfmt_elf32.o sys_ppc32.o \
obj-$(CONFIG_PPC64) += vdso64/
obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o
obj-$(CONFIG_POWER4) += idle_power4.o
obj-$(CONFIG_PPC_OF) += of_device.o
obj-$(CONFIG_PPC_OF) += of_device.o prom_parse.o
procfs-$(CONFIG_PPC64) := proc_ppc64.o
obj-$(CONFIG_PROC_FS) += $(procfs-y)
rtaspci-$(CONFIG_PPC64) := rtas_pci.o
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ __start:
* because OF may have I/O devices mapped into that area
* (particularly on CHRP).
*/
#ifdef CONFIG_PPC_MULTIPLATFORM
cmpwi 0,r5,0
beq 1f
bl prom_init
trap
#endif

/*
* Check for BootX signature when supporting PowerMac and branch to
Expand Down

0 comments on commit f8c3e99

Please sign in to comment.