Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11482
b: refs/heads/master
c: ba0dd61
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell committed Sep 27, 2005
1 parent c496915 commit a90ec95
Show file tree
Hide file tree
Showing 35 changed files with 847 additions and 956 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: beeca08738c4c4024c81a591812bfe38f8c436c0
refs/heads/master: ba0dd617a3e23321a14cb38ff7ad6f796ba32c34
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ CPPFLAGS_vmlinux.lds := -Upowerpc
# All the instructions talk about "make bzImage".
bzImage: zImage

boot := arch/$(OLDARCH)/boot
boot := arch/$(ARCH)/boot

$(BOOT_TARGETS): vmlinux
$(Q)$(MAKE) ARCH=$(OLDARCH) $(build)=$(boot) $@
$(Q)$(MAKE) $(build)=$(boot) $@

uImage: vmlinux
$(Q)$(MAKE) ARCH=$(OLDARCH) $(build)=$(boot)/images $(boot)/images/$@
$(Q)$(MAKE) $(build)=$(boot)/images $(boot)/images/$@

define archhelp
@echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/images/zImage.*)'
Expand All @@ -171,7 +171,7 @@ define archhelp
endef

archclean:
$(Q)$(MAKE) $(clean)=$(boot)
$(Q)$(MAKE) $(clean)=arch/ppc/boot
# Temporary hack until we have migrated to asm-powerpc
$(Q)rm -rf arch/$(ARCH)/include

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ extra-$(CONFIG_PPC_FPU) += fpu.o
extra-y += vmlinux.lds

obj-y := semaphore.o traps.o process.o
obj-$(CONFIG_MODULES) += ppc_ksyms.o

obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ __secondary_start:

lis r3,-KERNELBASE@h
mr r4,r24
bl identify_cpu
bl call_setup_cpu /* Call setup_cpu for this CPU */
#ifdef CONFIG_6xx
lis r3,-KERNELBASE@h
Expand Down Expand Up @@ -1108,6 +1109,11 @@ __secondary_start:
* Those generic dummy functions are kept for CPUs not
* included in CONFIG_6xx
*/
_GLOBAL(__setup_cpu_power3)
blr
_GLOBAL(__setup_cpu_generic)
blr

#if !defined(CONFIG_6xx) && !defined(CONFIG_POWER4)
_GLOBAL(__save_cpu_setup)
blr
Expand Down
338 changes: 0 additions & 338 deletions trunk/arch/powerpc/kernel/ppc_ksyms.c

This file was deleted.

Loading

0 comments on commit a90ec95

Please sign in to comment.