Skip to content

Commit

Permalink
powerpc: disable use of ATBU clock
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Aug 9, 2013
1 parent bed59ba commit d2d982d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion arch/arch-ppc.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ static inline int arch_init(char *envp[])
}

#define ARCH_HAVE_FFZ
#define ARCH_HAVE_CPU_CLOCK

/*
* We don't have it on all platforms, lets comment this out until we
* can handle it more intelligently.
*
* #define ARCH_HAVE_CPU_CLOCK
*/

#endif

0 comments on commit d2d982d

Please sign in to comment.