aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@gmail.com>2006-09-14 17:45:16 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-14 17:45:16 +0100
commit36694a4c22767ee09c91ccda63810086c65c810b (patch)
treee1096d02c0eed080b8a04647b0126b09bfb01fa6 /arch/arm
parent[ARM] 3786/1: pnx4008: update defconfig (diff)
downloadlinux-dev-36694a4c22767ee09c91ccda63810086c65c810b.tar.xz
linux-dev-36694a4c22767ee09c91ccda63810086c65c810b.zip
[ARM] 3780/1: Fix iop321 cpuid
Patch from Dan Williams commit a6a38a66224c7c578cfed2f584b440c81af0c3ae changed the iop321 id to a value that does not work with all platforms. Change the mask to permit bit 11. Tested on an iq80321 600Mhz CRB. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mm/proc-xscale.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S
index 561bff73a036..3ca0c92e98a2 100644
--- a/arch/arm/mm/proc-xscale.S
+++ b/arch/arm/mm/proc-xscale.S
@@ -644,7 +644,7 @@ __80219_proc_info:
.type __8032x_proc_info,#object
__8032x_proc_info:
.long 0x69052420
- .long 0xffffffe0
+ .long 0xfffff7e0
.long PMD_TYPE_SECT | \
PMD_SECT_BUFFERABLE | \
PMD_SECT_CACHEABLE | \