Commit e8d5bf30 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/time: Remove get_tbu()

parent 942e8911
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -49,11 +49,6 @@ static inline unsigned long get_tbl(void)
{
	return mftb();
}

static inline unsigned int get_tbu(void)
{
	return mftbu();
}
#endif /* !CONFIG_PPC64 */

static inline u64 get_vtb(void)