All of lore.kernel.org
 help / color / mirror / Atom feed
* Instruction error with cache opcode
@ 2006-05-14 13:51 ` John Miller
  0 siblings, 0 replies; 13+ messages in thread
From: John Miller @ 2006-05-14 13:51 UTC (permalink / raw)
  To: linux-mips

I am attempting to write a routine to initialize the cache for a MIPS
4kc core to get Linux 2.6.16.14 to compile.  I am sure someone has
probably already done this, but I am doing it for educational reasons. 
I am receiving the following error:

arch/mips/kernel/head.S: Assembler messages:
arch/mips/kernel/head.S:131: Error: Instruction cache requires absolute
expression

From the following code section:

	li	t0, 0x80000000  		# start address (KSEG0)
	addu	t1,t0,0x2000			# 8KB I-cache
1:	addu	t0,0x10				# 16B line size
	cache	Index_Store_Tag_I,-4(t0)	# clear tag
	nop
	cache	Fill_I,-4(t0)			# fill line
	nop
	bne	t0,t1,1b
	cache	Index_Store_Tag_I,-4(t0)

 I copied the code section from See MIPS Run, so I know the code must be
correct.  What am I doing wrong?

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-05-15  1:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-14 13:51 Instruction error with cache opcode John Miller
2006-05-14 13:51 ` John Miller
2006-05-14 14:17 ` Kevin D. Kissell
2006-05-14 14:17   ` Kevin D. Kissell
2006-05-14 18:39   ` John Miller
2006-05-14 19:42     ` Kevin D. Kissell
2006-05-14 19:42       ` Kevin D. Kissell
2006-05-14 20:14       ` John Miller
2006-05-14 23:29         ` Thiemo Seufer
2006-05-15  1:06     ` Atsushi Nemoto
2006-05-15  1:35       ` John Miller
2006-05-15  1:38         ` John Miller
2006-05-15  1:38           ` John Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.