Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11507
b: refs/heads/master
c: ee400b6
h: refs/heads/master
i:
  11505: 826a87e
  11503: 4590644
v: v3
  • Loading branch information
Stephen Rothwell committed Sep 30, 2005
1 parent e9a5dad commit 1c4e716
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 137 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: dcff1b170b43d9b8cb83e275cb3451dfd261c23e
refs/heads/master: ee400b63f37120987bd12a2fada850c6212d7563
9 changes: 6 additions & 3 deletions trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ unrecov_slb:
*
* On iSeries, the hypervisor must fill in at least one entry before
* we get control (with relocate on). The address is give to the hv
* as a page number (see xLparMap in LparData.c), so this must be at a
* as a page number (see xLparMap in lpardata.c), so this must be at a
* fixed address (the linker can't compute (u64)&initial_stab >>
* PAGE_SHIFT).
*/
Expand Down Expand Up @@ -1364,6 +1364,7 @@ _STATIC(__start_initialization_iSeries)
addi r2,r2,0x4000

bl .iSeries_early_setup
bl .early_setup

/* relocation is on at this point */

Expand Down Expand Up @@ -1970,20 +1971,22 @@ _GLOBAL(hmt_start_secondary)
blr
#endif

#if defined(CONFIG_KEXEC) || (defined(CONFIG_SMP) && !defined(CONFIG_PPC_ISERIES))
#if defined(CONFIG_KEXEC) || defined(CONFIG_SMP)
_GLOBAL(smp_release_cpus)
/* All secondary cpus are spinning on a common
* spinloop, release them all now so they can start
* to spin on their individual paca spinloops.
* For non SMP kernels, the secondary cpus never
* get out of the common spinloop.
* XXX This does nothing useful on iSeries, secondaries are
* already waiting on their paca.
*/
li r3,1
LOADADDR(r5,__secondary_hold_spinloop)
std r3,0(r5)
sync
blr
#endif /* CONFIG_SMP && !CONFIG_PPC_ISERIES */
#endif /* CONFIG_SMP */


/*
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/ppc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif
# These are here while we do the architecture merge
vecemu-y += ../../powerpc/kernel/vecemu.o
vector-y += ../../powerpc/kernel/vector.o
fpu-y += ../../powerpc/kernel/fpu.o

else
obj-y := entry.o irq.o idle.o time.o misc.o \
Expand Down
133 changes: 0 additions & 133 deletions trunk/arch/ppc/kernel/fpu.S

This file was deleted.

0 comments on commit 1c4e716

Please sign in to comment.