mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
Revert "[ARM] avoid mis-detecting some V7 cores in the decompressor"
This reverts commit 7725dd9abd.
This commit is contained in:
@@ -624,8 +624,6 @@ proc_types:
|
||||
@ b __arm6_mmu_cache_off
|
||||
@ b __armv3_mmu_cache_flush
|
||||
|
||||
#if !defined(CONFIG_CPU_V7)
|
||||
/* This collides with some V7 IDs, preventing correct detection */
|
||||
.word 0x00000000 @ old ARM ID
|
||||
.word 0x0000f000
|
||||
mov pc, lr
|
||||
@@ -634,7 +632,6 @@ proc_types:
|
||||
THUMB( nop )
|
||||
mov pc, lr
|
||||
THUMB( nop )
|
||||
#endif
|
||||
|
||||
.word 0x41007000 @ ARM7/710
|
||||
.word 0xfff8fe00
|
||||
|
||||
Reference in New Issue
Block a user