48171db498a2d1fb8e51f7ac71e4f232ab1d71f7
[coreboot.git] / src / arch / ppc / lib / timebase.S
1 /* $Id$ */
2 /* Copyright 1999-2000  AG Electronics Ltd. */
3 /* This code is distributed without warranty under the GPL v2 (see COPYING) */
4
5         .text
6         .globl  _timebase
7 _timebase:
8         mftbu   3
9         mftb    4
10         mftbu   5
11         cmpw    3, 5
12         bne     _timebase
13         blr