From: Kumba <kumba@gentoo.org>
To: linux-mips@linux-mips.org
Subject: [PATCH]: Fix IP22 4k cache macro in cpu-feature-overrides.h
Date: Mon, 23 Jan 2006 20:35:17 +0000 [thread overview]
Message-ID: <20060123203517.GC499@toucan.gentoo.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
In include/asm-mips/mach-ip22/cpu-feature-overrides.h, the macro to use R4K-style caches is mis-spelt. This will
cause IP22 systems to panic early in the boot due to no cache style being defined. The attached patch corrects this.
--Kumba
--
Gentoo/MIPS Team Lead
Gentoo Foundation Board of Trustees
"Such is oft the course of deeds that move the wheels of the world: small hands do them because they must, while the
eyes of the great are elsewhere." --Elrond
[-- Attachment #2: misc-2.6.15-ip22-fix-4k-cache-macro.patch --]
[-- Type: text/plain, Size: 393 bytes --]
--- include/asm-mips/mach-ip22/cpu-feature-overrides.h.orig 2006-01-23 13:18:24.000000000 -0500
+++ include/asm-mips/mach-ip22/cpu-feature-overrides.h 2006-01-23 13:18:53.000000000 -0500
@@ -13,7 +13,7 @@
*/
#define cpu_has_tlb 1
#define cpu_has_4kex 1
-#define cpu_has_4kcache 1
+#define cpu_has_4k_cache 1
#define cpu_has_fpu 1
#define cpu_has_32fpr 1
#define cpu_has_counter 1
next reply other threads:[~2006-01-23 20:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-23 20:35 Kumba [this message]
2006-01-23 20:51 ` [PATCH]: Fix IP22 4k cache macro in cpu-feature-overrides.h Martin Michlmayr
-- strict thread matches above, loose matches on Subject: below --
2006-01-23 22:37 Kumba
2006-01-24 19:30 Kumba
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=20060123203517.GC499@toucan.gentoo.org \
--to=kumba@gentoo.org \
--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