File:  [DVB] / dietlibc / arm / __aeabi_read_tp.S
Revision 1.1: download - view: text, annotated - select for diffs
Sat Apr 19 15:07:32 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Massive ARM changes from Enrico Scholz

#include "arm-features.h"

FUNC_START __aeabi_read_tp

#if __ARM_ARCH__ < 6
	mvn     r0, #0xf000
	sub     pc, r0, #31
#else
	mrc     15, 0, r0, cr13, cr0, 3
	bx      lr
#endif

FUNC_END __aeabi_read_tp

LinuxTV legacy CVS <linuxtv.org/cvs>