summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/time.c
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] PS3: Use __maybe_unusedGeoff Levand2007-06-281-1/+1
| | | | | | | | | Change the PS3 debug routines from using the GCC specific '__attribute__ ((unused))' to the preprocessor macro __maybe_unused. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
* [POWERPC] ps3: add support for ps3 platformGeoff Levand2006-12-041-0/+104
Adds the core platform support for the PS3 game console and other devices using the PS3 hypervisor. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>