Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39
b: refs/heads/master
c: ef2f325
h: refs/heads/master
i:
  37: d64a9de
  35: 9effb9b
  31: decb105
v: v3
  • Loading branch information
Tom Rini authored and Linus Torvalds committed Apr 16, 2005
1 parent 1b4b2ba commit 7b9e0aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54095a6ec7b11a008c07c5016b025206a051f560
refs/heads/master: ef2f3253f061cbb86da25411a6e6e6a69a84b6ac
3 changes: 3 additions & 0 deletions trunk/arch/ppc/boot/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,13 @@ zimageinitrd-$(pcore) := zImage.initrd-STRIPELF
end-$(pcore) := pcore
cacheflag-$(pcore) := -include $(clear_L2_L3)

# Really only valid if CONFIG_6xx=y
zimage-$(CONFIG_PPC_PREP) := zImage-PPLUS
zimageinitrd-$(CONFIG_PPC_PREP) := zImage.initrd-PPLUS
ifeq ($(CONFIG_6xx),y)
extra.o-$(CONFIG_PPC_PREP) := prepmap.o
misc-$(CONFIG_PPC_PREP) += misc-prep.o mpc10x_memory.o
endif
end-$(CONFIG_PPC_PREP) := prep

end-$(CONFIG_SANDPOINT) := sandpoint
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ppc/platforms/pmac_cache.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
*/

_GLOBAL(flush_disable_caches)
#ifndef CONFIG_6xx
blr
#else
BEGIN_FTR_SECTION
b flush_disable_745x
END_FTR_SECTION_IFSET(CPU_FTR_SPEC7450)
Expand Down Expand Up @@ -323,3 +326,4 @@ END_FTR_SECTION_IFSET(CPU_FTR_L3CR)
mtmsr r11 /* restore DR and EE */
isync
blr
#endif /* CONFIG_6xx */

0 comments on commit 7b9e0aa

Please sign in to comment.