FreeBSD Bugzilla – Attachment 153912 Details for
Bug 198360
ARMv6 L1 table overflow @ locore-v6.S
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
locore-v6.diff
locore-v6.diff (text/plain), 392 bytes, created by
aoyama
on 2015-03-06 16:15:04 UTC
(
hide
)
Description:
locore-v6.diff
Filename:
MIME Type:
Creator:
aoyama
Created:
2015-03-06 16:15:04 UTC
Size:
392 bytes
patch
obsolete
>Index: sys/arm/arm/locore-v6.S >=================================================================== >--- sys/arm/arm/locore-v6.S (revision 279589) >+++ sys/arm/arm/locore-v6.S (working copy) >@@ -357,9 +357,12 @@ > 1: > str r1, [r0, r2] > add r2, r2, #4 >+ cmp r2, #0x1000 << 2 /* don't use beyond 0xfff00000 */ >+ bge 2f > add r1, r1, #(PTE1_SIZE) > adds r4, r4, #-1 > bhi 1b >+2: > > mov pc, lr >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198360
: 153912