FreeBSD Bugzilla – Attachment 178906 Details for
Bug 216104
arm cpufunc.h uses only mis-spelled __ARM_ARCH_6ZK__ for __ARM_ARCH_6KZ__
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for __ARM_ARCH_6KZ__
armv6.patch (text/plain), 434 bytes, created by
Larry Rosenman
on 2017-01-15 10:29:59 UTC
(
hide
)
Description:
patch for __ARM_ARCH_6KZ__
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2017-01-15 10:29:59 UTC
Size:
434 bytes
patch
obsolete
>Index: sys/arm/include/cpuconf.h >=================================================================== >--- sys/arm/include/cpuconf.h (revision 311997) >+++ sys/arm/include/cpuconf.h (working copy) >@@ -108,7 +108,7 @@ > #define ARM_ARCH_4 1 > #define ARM_NARCH 1 > #define CPU_ARM9 1 >-#elif defined(__ARM_ARCH_6ZK__) >+#elif defined(__ARM_ARCH_6ZK__) || defined(__ARM_ARCH_6KZ__) > #undef ARM_ARCH_6 > #undef ARM_NARCH > #define ARM_ARCH_6 1
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 216104
: 178906