Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: John Miller <jamiller1110@cox.net>
To: linux-mips@linux-mips.org
Subject: Instruction error with cache opcode
Date: Sun, 14 May 2006 09:51:02 -0400	[thread overview]
Message-ID: <446735C6.2080306@mountolympos.net> (raw)

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?

WARNING: multiple messages have this Message-ID (diff)
From: John Miller <jamiller1110@cox.net>
To: linux-mips@linux-mips.org
Subject: Instruction error with cache opcode
Date: Sun, 14 May 2006 09:51:02 -0400	[thread overview]
Message-ID: <446735C6.2080306@mountolympos.net> (raw)
Message-ID: <20060514135102.ZmnkCGTukk0UazjpXJT-nU6OJRw_E0Pqxgu0M2PHuoA@z> (raw)

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

             reply	other threads:[~2006-05-14 13:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-14 13:51 John Miller [this message]
2006-05-14 13:51 ` Instruction error with cache opcode 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=446735C6.2080306@mountolympos.net \
    --to=jamiller1110@cox.net \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox