Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/libc/power/tas.s – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
TEXT	_tas(SB), 1, $-4
2
	MOVW	R3, R4
3
	MOVW	$0xdeaddead,R5
4
tas1:
5
/*	DCBF	(R4)			 	fix for 603x bug */
6
	SYNC
7
	LWAR	(R4), R3
8
	CMP	R3, $0
9
	BNE	tas0
10
	DCBT	(R4)				/* fix 405 errata cpu_210 */
11
	STWCCC	R5, (R4)
12
	BNE	tas1
13
tas0:
14
	RETURN