H58067
s 00019/00000/00000
d D 1.1 02/03/13 20:31:04 patch 2 1
cC
cF1
cK26160
cO-rw-rw-r--
e
s 00000/00000/00000
d D 1.0 02/03/13 20:31:04 patch 1 0
c BitKeeper file /home/marcelo/bk/linux-2.4/arch/ppc/boot/simple/legacy.S
cBtorvalds@athlon.transmeta.com|ChangeSet|20020205173056|16047|c1d11a41ed024864
cHplucky.distro.conectiva
cK60386
cParch/ppc/boot/simple/legacy.S
cRb8ccf8694f7c1eec
cV4
cX0x821
cZ-03:00
e
u
U
f e 0
f x 0x821
t
T
I 2
/*
 * arch/ppc/boot/simple/legacy.S
 *
 * Author: Tom Rini <trini@mvista.com>
 *
 * This will go and setup ISA_io to 0x8000000 and return.
 */

#include "ppc_asm.h"

	.text

	.globl serial_fixups
serial_fixups:
	lis	r3,ISA_io@h	/* Load ISA_io */
	ori	r3,r3,ISA_io@l
	lis	r4,0x8000	/* Load the value, 0x8000000 */
	stw	r4,0(r3)	/* store */
	blr
E 2
I 1
E 1
