Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42302
b: refs/heads/master
c: de91a53
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Dec 4, 2006
1 parent b1cfe2a commit 299dcb8
Show file tree
Hide file tree
Showing 4 changed files with 624 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: 00a3e2e93cd3ce73ab2d200fff22a62548da06d6
refs/heads/master: de91a53429952875740692d1de36ae70d4cf81da
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o
obj-y += interrupt.o exports.o os-area.o

obj-$(CONFIG_SPU_BASE) += spu.o
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,12 @@ int ps3_set_rtc_time(struct rtc_time *time);
int __init ps3_os_area_init(void);
u64 ps3_os_area_rtc_diff(void);

/* spu */

#if defined(CONFIG_SPU_BASE)
void ps3_spu_set_platform (void);
#else
static inline void ps3_spu_set_platform (void) {}
#endif

#endif
Loading

0 comments on commit 299dcb8

Please sign in to comment.