blob: 248248bd823ff720410300f7f1a26741dcda4bc9 [file] [log] [blame]
/* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
.text
.globl _timebase
_timebase:
mftbu 3
mftb 4
mftbu 5
cmpw 3, 5
bne _timebase
blr